{"id":974,"date":"2025-03-01T04:36:48","date_gmt":"2025-03-01T04:36:48","guid":{"rendered":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/?page_id=974"},"modified":"2025-12-12T03:42:27","modified_gmt":"2025-12-12T03:42:27","slug":"menu-2","status":"publish","type":"page","link":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/","title":{"rendered":"Menu"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <title>Info Dropdown Combined Example<\/title>\n  <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\" rel=\"stylesheet\" \/>\n  <style>\n    body {\n      margin: 0;\n      background-color: #f2f2f2;\nfont-size:16px;\n    }\n\n    .header {\n      position: relative;\n      width: 100%;\n      height: 220px;\n      overflow: hidden;\n    }\n\n    .header img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n    }\n\n    .language-selector {\n      position: absolute;\n      top: 15px;\n      right: 15px;\n    }\n\n    .language-selector button {\n      padding: 6px 12px;\n      font-size: 14px;\n      border: none;\n      background-color: white;\n      border-radius: 5px;\n      cursor: pointer;\n      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);\n    }\n\n    .container {\n      max-width: 600px;\n      margin: 50px auto;\n    }\n\n    .info-bar {\n      display: flex;\n      align-items: center;\n      gap: 10px;\n      margin-bottom: 10px;\n    }\n\n    .selector {\n      flex-shrink: 0;\n    }\n\n    .selector button {\n      padding: 10px;\n      font-size: 16px;\n      border: none;\n      background-color: black;\n      border-radius: 8px;\n      cursor: pointer;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n    }\n\n    .info-wrapper {\n      background-color: #fff;\n      border-radius: 10px;\n      padding: 16px;\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      cursor: pointer;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n      transition: background 0.2s;\n      flex-grow: 1;\nborder:1px solid #96d21a;\n    }\n\n    .info-wrapper:hover {\n      background-color: #f9f9f9;\n    }\n\n    .info-left {\n      display: flex;\n      align-items: center;\n    }\n\n    .info-left i {\n      font-size: 20px;\n      margin-right: 12px;\n      color: #333;\n    }\n\n    .info-text strong {\n      display: block;\n      font-size: 25px;\n      color: #333;\n    }\n\n    .info-subtext {\n      font-size: 16px;\n      color: #999;\n    }\n\n    .info-right i {\n      font-size: 16px;\n      color: #999;\n      transition: transform 0.3s ease;\n    }\n\n    .rotate {\n      transform: rotate(90deg);\n    }\n\n    .info-card {\n      background-color: #fff;\n      border-radius: 0 0 10px 10px;\n      padding: 20px;\n      margin-top: 5px;\n      display: none;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);\n      animation: fadeSlide 0.3s ease forwards;\n    }\n\n    .info-card h1 {\n      margin: 0 0 15px;\n      font-size: 22px;\n      text-align: center;\n    }\n\n    .info-card p {\n      margin: 10px 0;\n      font-size: 18px;\n      color: #333;\n      display: flex;\n      align-items: center;\n    }\n\n    .info-card i {\n      margin-right: 10px;\n      color: #333;\n      width: 20px;\n    }\n\n    @keyframes fadeSlide {\n      from {\n        opacity: 0;\n        transform: translateY(-10px);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .search-box {\n      display: flex;\n      justify-content: center;\n      margin: 20px auto;\n      max-width: 600px;\n      position: relative;\n    }\n\n    .search-box input {\n      width: 100%;\n      padding: 12px 20px;\n      border: 1px solid red;\n      border-radius: 25px;\n      font-size: 16px;\n      box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);\n    }\n\n    .search-box .search-btn {\n      position: absolute;\n      right: 10px;\n      top: 50%;\n      transform: translateY(-50%);\n      background-color: white;\n      border: none;\n      border-radius: 50%;\n      cursor: pointer;\n      padding: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .search-box .search-btn i {\n      font-size: 20px;\n      color: #555;\n    }\n\n    .tab-container {\n      margin-top: 20px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n      position: relative;\n      max-width: 100%;\n      border-radius: 20px;\n      padding: 5px;\n      overflow: hidden;\n    }\n\n    .tab-scroll-wrapper {\n      overflow-x: auto;\n      white-space: nowrap;\n      scrollbar-width: thin;\n      scrollbar-color: #aaa #f5f5f5;\n      scroll-behavior: smooth;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar {\n      height: 10px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-thumb {\n      background: #888;\n      border-radius: 5px;\n    }\n\n    .tab-scroll-wrapper::-webkit-scrollbar-track {\n      background: #f5f5f5;\n    }\n\n    .tab-label {\n      display: inline-block;\n      margin: 5px 10px;\n      padding: 6px 14px;\n      background: #ccc;\n      border-radius: 12px;\n      cursor: pointer;\n      font-size: 14px;\n      transition: background 0.2s;\n      font-weight: bold;\n      margin-right: 10px;\n    }\n\n    .tab-label:hover {\n      background: #bbb;\n    }\n\n    input[type=\"radio\"] {\n      display: none;\n    }\n\n    .scroll-arrow {\n      position: absolute;\n      top: 2.5%;\n      transform: translateY(-50%);\n      font-size: 18px;\n      color: #555;\n      width: 28px;\n      height: 30px;\n      text-align: center;\n      line-height: 26px;\n      cursor: pointer;\n      user-select: none;\n    }\n\n    .scroll-arrow.left {\n      left: -10px;\n    }\n\n    .scroll-arrow.right {\n      right: -10px;\n    }\n\n    .tab-content {\n      margin-top: 10px;\n    }\n  <\/style>\n<\/head>\n<body>\n  <div class=\"container\">\n<h1> Menu Example<\/h1>\n    <!-- Info bar with selector and info-wrapper side by side -->\n    <div class=\"info-bar\">\n      \n\n      <div class=\"info-wrapper\" onclick=\"toggleInfoCard()\">\n        <div class=\"info-left\">\n          <i class=\"fas fa-info-circle\"><\/i>\n          <div class=\"info-text\">\n            <strong>Info<\/strong>\n            <div class=\"info-subtext\">Phone, Address<\/div>\n          <\/div>\n        <\/div>\n        <div class=\"info-right\">\n          <i class=\"fas fa-chevron-right\" id=\"chevronIcon\"><\/i>\n        <\/div>\n      <\/div>\n<div class=\"selector\">\n        <button onclick=\"toggleDarkMode()\">\n          <i class=\"fa-regular fa-moon\"><\/i>\n        <\/button>\n      <\/div>\n    <\/div>\n\n    <!-- Dropdown Info Card -->\n    <div class=\"info-card\" id=\"infoCard\">\n      <h5>Info<\/h5>\n   <p>\n  <a href=\"tel:09421009070\" style=\"text-decoration: none; color: black;\">\n    <i class=\"fas fa-phone\"><\/i>09421009070<\/a><\/p>\n\n     <p>\n  <i class=\"fas fa-map-marker-alt\" style=\"margin-right: 15px;\"><\/i>\n  <a href=\"https:\/\/maps.app.goo.gl\/ysLbTnmFionX64ro7\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"color: inherit; text-decoration: none;\">\n    Than Taw Sint Tea Shop\n  <\/a>\n<\/p>\n\n    \n    <\/div>\n\n    <!-- Tab Section -->\n    <div class=\"tab-container\">\n      <div class=\"scroll-arrow left\" onclick=\"scrollTabs(-100)\">\u276e<\/div>\n\n      <div class=\"tab-scroll-wrapper\" id=\"tabScroll\">\n        <input type=\"radio\" id=\"tabToggle01\" name=\"tabs\" value=\"1\" checked \/>\n        <label for=\"tabToggle01\" class=\"tab-label\">\u101c\u1000\u103a\u1016\u1000\u103a\u101b\u100a\u103a<\/label>\n\n        <input type=\"radio\" id=\"tabToggle02\" name=\"tabs\" value=\"2\" \/>\n        <label for=\"tabToggle02\" class=\"tab-label\">\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a<\/label>\n\n        <input type=\"radio\" id=\"tabToggle03\" name=\"tabs\" value=\"3\" \/>\n        <label for=\"tabToggle03\" class=\"tab-label\">\u1011\u1019\u1004\u103a\u1038<\/label>\n\n        <input type=\"radio\" id=\"tabToggle04\" name=\"tabs\" value=\"4\" \/>\n        <label for=\"tabToggle04\" class=\"tab-label\">\u1019\u102f\u1014\u1037\u103a\u101f\u1004\u103a\u1038\u1001\u102b\u1038<\/label>\n\n        <input type=\"radio\" id=\"tabToggle05\" name=\"tabs\" value=\"5\" \/>\n        <label for=\"tabToggle05\" class=\"tab-label\">\u101b\u103e\u1019\u103a\u1038<\/label>\n\n        <input type=\"radio\" id=\"tabToggle06\" name=\"tabs\" value=\"6\" \/>\n        <label for=\"tabToggle06\" class=\"tab-label\">\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a<\/label>\n     \n      <input type=\"radio\" id=\"tabToggle07\" name=\"tabs\" value=\"7\" \/>\n        <label for=\"tabToggle07\" class=\"tab-label\">\u101f\u1004\u103a\u1038\u101c\u103b\u102c\u1019\u103b\u102c\u1038<\/label>\n\n      <input type=\"radio\" id=\"tabToggle08\" name=\"tabs\" value=\"8\" \/>\n        <label for=\"tabToggle08\" class=\"tab-label\">\u1019\u102f\u1014\u1037\u103a\u1010\u102e<\/label>\n\n      <input type=\"radio\" id=\"tabToggle09\" name=\"tabs\" value=\"9\" \/>\n        <label for=\"tabToggle09\" class=\"tab-label\">\u1021\u102d\u1014\u1039\u1012\u102d\u101a\u1021\u1005\u102c\u1038\u1021\u1005\u102c<\/label>\n\n      <input type=\"radio\" id=\"tabToggle10\" name=\"tabs\" value=\"10\" \/>\n        <label for=\"tabToggle10\" class=\"tab-label\">\u1021\u101e\u102f\u1015\u103a\u1005\u102f\u1036<\/label>\n\n      <input type=\"radio\" id=\"tabToggle11\" name=\"tabs\" value=\"11\" \/>\n        <label for=\"tabToggle11\" class=\"tab-label\">\u1015\u1031\u102b\u1000\u103a\u1005\u102e<\/label>\n\n      <input type=\"radio\" id=\"tabToggle12\" name=\"tabs\" value=\"12\" \/>\n        <label for=\"tabToggle12\" class=\"tab-label\">\u1019\u102f\u1014\u1037\u103a<\/label>\n\n      <input type=\"radio\" id=\"tabToggle13\" name=\"tabs\" value=\"13\" \/>\n        <label for=\"tabToggle13\" class=\"tab-label\">Dim Sum \u1019\u103b\u102d\u102f\u1038\u1005\u102f\u1036<\/label>\n\n      <input type=\"radio\" id=\"tabToggle14\" name=\"tabs\" value=\"14\" \/>\n        <label for=\"tabToggle14\" class=\"tab-label\">Fried fish paste<\/label>\n\n      <input type=\"radio\" id=\"tabToggle15\" name=\"tabs\" value=\"15\" \/>\n        <label for=\"tabToggle15\" class=\"tab-label\">\u1021\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a<\/label>\n      \n       <input type=\"radio\" id=\"tabToggle16\" name=\"tabs\" value=\"16\" \/>\n        <label for=\"tabToggle16\" class=\"tab-label\">Soda<\/label>\n\n       <input type=\"radio\" id=\"tabToggle17\" name=\"tabs\" value=\"17\" \/>\n        <label for=\"tabToggle17\" class=\"tab-label\">Smoothies<\/label>\n\n       <input type=\"radio\" id=\"tabToggle18\" name=\"tabs\" value=\"18\" \/>\n        <label for=\"tabToggle18\" class=\"tab-label\">\u1006\u1031\u1038\u101c\u102d\u1015\u103a<\/label>\n\n      <input type=\"radio\" id=\"tabToggle19\" name=\"tabs\" value=\"19\" \/>\n              <label for=\"tabToggle19\" class=\"tab-label\">Location<\/label>\n\n      <input type=\"radio\" id=\"tabToggle20\" name=\"tabs\" value=\"20\" \/>\n              <label for=\"tabToggle20\" class=\"tab-label\">Customer Feedback<\/label>\n          <\/div>\n\n      <div class=\"scroll-arrow right\" onclick=\"scrollTabs(100)\">\u276f<\/div>\n\n      <!-- Tab Contents -->\n      <div class=\"tab-content\" id=\"content1\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories1\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper1\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2027 status-publish first instock product_cat-74 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/3-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/3-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/3-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/3-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/3colour\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2027\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2027\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;3Colour&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2027\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2027\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2027\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;3Colour&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;3Colour&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2027\" 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-center product type-product post-2028 status-publish instock product_cat-74 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/4-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/4-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/4-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/4-colour-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/4-clolur\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2028\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2028\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;4 Colour&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2028\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2028\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2028\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;4 Colour&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;4 Colour&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2028\" 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-center product type-product post-2059 status-publish instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/equal-suger\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2059\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2059\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Equal suger&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2059\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2059\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2059\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Equal suger&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Equal suger&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2059\" 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-center product type-product post-2029 status-publish last instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/ice-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2029\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2029\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2029\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2029\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2029\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Ice Tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2029\" 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-center product type-product post-2030 status-publish first instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/overtine\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2030\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2030\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Overtine&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2030\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2030\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2030\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Overtine&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Overtine&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2030\" 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-center product type-product post-2033 status-publish instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bb%e1%80%86%e1%80%ad%e1%80%99%e1%80%b7%e1%80%bakya-seint-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2033\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2033\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1006\u102d\u1019\u1037\u103a\nKya Seint Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2033\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2033\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2033\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1006\u102d\u1019\u1037\u103a\nKya Seint Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103b\u1006\u102d\u1019\u1037\u103a\nKya Seint Tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2033\" 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-center product type-product post-2032 status-publish instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%94%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2032\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2032\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u1014\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2032\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2032\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2032\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u1014\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u1014\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2032\" 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-center product type-product post-2031 status-publish last instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%80%e1%80%ac%e1%80%80%e1%80%bb%e1%80%80%e1%80%baboiled-egg\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2031\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2031\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u102c\u1000\u103b\u1000\u103a\nBoiled egg&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2031\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2031\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2031\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u102c\u1000\u103b\u1000\u103a\nBoiled egg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u102c\u1000\u103b\u1000\u103a\nBoiled egg&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2031\" 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-center product type-product post-2034 status-publish first instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%ad%e1%80%af%e1%80%80%e1%80%bb\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2034\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2034\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u102f\u1000\u103b&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2034\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2034\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2034\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u102f\u1000\u103b&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u102d\u102f\u1000\u103b&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2034\" 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-center product type-product post-2035 status-publish instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%ad%e1%80%af%e1%80%95%e1%80%b1%e1%80%ab%e1%80%b7\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2035\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2035\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u102f\u1015\u1031\u102b\u1037&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2035\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2035\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2035\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u102f\u1015\u1031\u102b\u1037&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u102d\u102f\u1015\u1031\u102b\u1037&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2035\" 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-center product type-product post-2036 status-publish instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%ad%e1%80%b0%e1%80%86%e1%80%ad%e1%80%99%e1%80%b7%e1%80%bacho-seint-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2036\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2036\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u1030\u1006\u102d\u1019\u1037\u103a\nCho Seint Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2036\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2036\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2036\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u102d\u1030\u1006\u102d\u1019\u1037\u103a\nCho Seint Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u102d\u1030\u1006\u102d\u1019\u1037\u103a\nCho Seint Tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2036\" 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-center product type-product post-2037 status-publish last instock product_cat-74 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%82%e1%80%bb%e1%80%84%e1%80%ba%e1%80%b8%e1%80%90%e1%80%ae%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2037\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2037\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1002\u103b\u1004\u103a\u1038\u1010\u102e\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2037\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2037\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2037\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1002\u103b\u1004\u103a\u1038\u1010\u102e\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1002\u103b\u1004\u103a\u1038\u1010\u102e\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2037\" 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-center product type-product post-1776 status-publish first instock product_cat-62 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1776\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1776\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038 Chicken curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1776\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1776\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1776\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038 Chicken curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u101f\u1004\u103a\u1038 Chicken curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1776\" 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-center product type-product post-1784 status-publish outofstock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-2\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1784\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1025\u200c\u1000\u103c\u1031\u102c\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba-2\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1784\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1784\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1025\u200c\u1000\u103c\u1031\u102c\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1784\" 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-center product type-product post-1778 status-publish instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1778\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1778\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u103c\u1031\u102c\u103a Fried chicken egg&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1778\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1778\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1778\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u103c\u1031\u102c\u103a Fried chicken egg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1000\u103c\u1031\u102c\u103a Fried chicken egg&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1778\" 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-center product type-product post-1777 status-publish last outofstock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1777\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1025\u101f\u1004\u103a\u1038 Chicken egg curry&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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1777\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1777\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1000\u103c\u1000\u103a\u1025\u101f\u1004\u103a\u1038 Chicken egg curry&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1777\" 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-center product type-product post-1779 status-publish first outofstock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%85%e1%80%99%e1%80%b0%e1%80%86%e1%80%ac%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%85%e1%80%99%e1%80%b0%e1%80%86%e1%80%ac%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1779\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1005\u1019\u1030\u1006\u102c\u101e\u102f\u1015\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%85%e1%80%99%e1%80%b0%e1%80%86%e1%80%ac%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1779\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1779\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1005\u1019\u1030\u1006\u102c\u101e\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1779\" 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-center product type-product post-1781 status-publish instock product_cat-62 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%94%e1%80%be%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1781\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1781\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a Mutton Curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1781\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1781\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1781\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a Mutton Curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1014\u103e\u1015\u103a Mutton Curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1781\" 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-center product type-product post-1780 status-publish instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ae%e1%80%86%e1%80%99%e1%80%ba%e1%80%b8%e1%80%9c%e1%80%ad%e1%80%af%e1%80%80%e1%80%ba%e1%80%95%e1%80%bd%e1%80%b2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1780\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1780\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102e\u1006\u1019\u103a\u1038\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1780\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1780\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1780\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102e\u1006\u1019\u103a\u1038\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102e\u1006\u1019\u103a\u1038\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1780\" 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-center product type-product post-1782 status-publish last instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%baburmese-fried-rice-with-boiled-beans\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1782\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1782\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\nBurmese Fried Rice with Boiled Beans&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1782\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1782\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1782\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\nBurmese Fried Rice with Boiled Beans&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\nBurmese Fried Rice with Boiled Beans&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1782\" 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-center product type-product post-1783 status-publish first instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9c%e1%80%ad%e1%80%af%e1%80%80%e1%80%ba%e1%80%95%e1%80%bd%e1%80%b2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1783\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1783\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1783\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1783\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1783\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a\u101c\u102d\u102f\u1000\u103a\u1015\u103d\u1032&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1783\" 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-center product type-product post-1775 status-publish instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1775\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1775\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1000\u103c\u1031\u102c\u103a Fried pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1775\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1775\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1775\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1000\u103c\u1031\u102c\u103a Fried pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101d\u1000\u103a\u1000\u103c\u1031\u102c\u103a Fried pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1775\" 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-center product type-product post-1773 status-publish instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%81%e1%80%bb%e1%80%ad%e1%80%af\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1773\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1773\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1001\u103b\u102d\u102f Sweet pork curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1773\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1773\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1773\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1001\u103b\u102d\u102f Sweet pork curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101d\u1000\u103a\u1001\u103b\u102d\u102f Sweet pork curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1773\" 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-center product type-product post-1774 status-publish last instock product_cat-62 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%85%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1774\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1774\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1005\u1015\u103a Spicy pork curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1774\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1774\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1774\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u1005\u1015\u103a Spicy pork curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101d\u1000\u103a\u1005\u1015\u103a Spicy pork curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1774\" 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-center product type-product post-1772 status-publish first instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%89%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bafried-egg\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1772\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1772\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1009\u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1772\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1772\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1772\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1009\u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1009\u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1772\" 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-center product type-product post-1753 status-publish instock product_cat-61 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"803\" height=\"541\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg 803w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-300x202.jpg 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-768x517.jpg 768w\" sizes=\"auto, (max-width: 803px) 100vw, 803px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%89%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%94%e1%80%9a%e1%80%baroselle-leaves-rice-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1753\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1753\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRoselle Leaves Rice salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1753\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1753\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1753\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRoselle Leaves Rice salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRoselle Leaves Rice salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1753\" 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-center product type-product post-1752 status-publish instock product_cat-61 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%ad%e1%80%af%e1%80%90%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%94%e1%80%9a%e1%80%bakho-taung-rice-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1752\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1752\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aKho Taung Rice Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1752\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1752\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1752\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aKho Taung Rice Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aKho Taung Rice Salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1752\" 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-center product type-product post-1754 status-publish last instock product_cat-61 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%94%e1%80%9a%e1%80%barice-salad-with-fish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1754\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1754\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRice Salad with Fish&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1754\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1754\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1754\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRice Salad with Fish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103aRice Salad with Fish&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1754\" 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-center product type-product post-1755 status-publish first instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%9b%e1%80%b6%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1755\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1755\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u101b\u1036\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1755\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1755\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1755\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u101b\u1036\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u101b\u1036\u1001\u103c\u1031\u102c\u1000\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1755\" 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-center product type-product post-1756 status-publish instock product_cat-61 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%91%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%94%e1%80%9a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1756\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1756\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1756\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1756\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1756\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1011\u1019\u1004\u103a\u1038\u1014\u101a\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1756\" 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-center product type-product post-1757 status-publish instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%86%e1%80%ae%e1%80%85%e1%80%99%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1757\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1757\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1757\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1757\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1757\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1757\" 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-center product type-product post-1758 status-publish last instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%86%e1%80%ae%e1%80%85%e1%80%99%e1%80%ba%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1758\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1758\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1758\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1758\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1758\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u1006\u102e\u1005\u1019\u103a\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1758\" 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-center product type-product post-1759 status-publish first instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%96%e1%80%bc%e1%80%b0white-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1759\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1759\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1016\u103c\u1030\nWhite Rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1759\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1759\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1759\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u1016\u103c\u1030\nWhite Rice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u1016\u103c\u1030\nWhite Rice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1759\" 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-center product type-product post-1760 status-publish instock product_cat-61 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%barice-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1760\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1760\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103aRice Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1760\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1760\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1760\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103aRice Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103aRice Salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1760\" 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-center product type-product post-1761 status-publish instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%bc%e1%80%8a%e1%80%ba%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%bapyay-style-rice-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1761\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1761\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u103c\u100a\u103a\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nPyay Style Rice Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1761\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1761\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1761\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u103c\u100a\u103a\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nPyay Style Rice Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u103c\u100a\u103a\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nPyay Style Rice Salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1761\" 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-center product type-product post-1762 status-publish last instock product_cat-61 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%af%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9b%e1%80%8a%e1%80%ba%e1%80%80%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%bafermented\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1762\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1762\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u102f\u1014\u103a\u1038\u101b\u100a\u103a\u1000\u103c\u102e\u1038\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nFermented Black Bean Paste Rice Salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1762\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1762\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1762\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u102f\u1014\u103a\u1038\u101b\u100a\u103a\u1000\u103c\u102e\u1038\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nFermented Black Bean Paste Rice Salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u102f\u1014\u103a\u1038\u101b\u100a\u103a\u1000\u103c\u102e\u1038\u1011\u1019\u1004\u103a\u1038\u101e\u102f\u1015\u103a\nFermented Black Bean Paste Rice Salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1762\" 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-center product type-product post-1878 status-publish first instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%81%e1%80%bc%e1%80%b1%e1%80%91%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%90%e1%80%85%e1%80%ba%e1%80%81%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1878\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1878\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a \u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1010\u1005\u103a\u1001\u103b\u1031\u102c\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1878\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1878\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1878\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a \u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1010\u1005\u103a\u1001\u103b\u1031\u102c\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a \u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1010\u1005\u103a\u1001\u103b\u1031\u102c\u1004\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1878\" 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-center product type-product post-1840 status-publish instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%b1%e1%80%b8%e1%80%9e%e1%80%af%e1%80%90%e1%80%banan-thay-thoke-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1840\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1840\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a\nNan thay Thoke-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1840\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1840\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1840\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a\nNan thay Thoke-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a\nNan thay Thoke-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1840\" 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-center product type-product post-1842 status-publish instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%barice-vermicelli-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1842\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1842\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Rice vermicelli salad-Plain&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1842\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1842\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1842\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Rice vermicelli salad-Plain&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Rice vermicelli salad-Plain&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1842\" 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-center product type-product post-1841 status-publish last instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%80%e1%80%barice-vermicelli-salad-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1841\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1841\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u1000\u103c\u1000\u103a)Rice vermicelli salad-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1841\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1841\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1841\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u1000\u103c\u1000\u103a)Rice vermicelli salad-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u1000\u103c\u1000\u103a)Rice vermicelli salad-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1841\" 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-center product type-product post-1843 status-publish first instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba%e1%80%9d%e1%80%80%e1%80%barice-vermicelli-salad-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1843\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1843\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Rice vermicelli salad-pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1843\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1843\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1843\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Rice vermicelli salad-pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Rice vermicelli salad-pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1843\" 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-center product type-product post-1864 status-publish instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2%e1%80%a1%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1864\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1864\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u1000\u103c\u1000\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1864\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1864\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1864\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u1000\u103c\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u1000\u103c\u1000\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1864\" 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-center product type-product post-1863 status-publish instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2%e1%80%a1%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1863\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1863\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u101d\u1000\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1863\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1863\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1863\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u101d\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a \u101d\u1000\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1863\" 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-center product type-product post-1865 status-publish last instock product_cat-64 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1865\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1865\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1865\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1865\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1865\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u101c\u102f\u1036\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1865\" 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-center product type-product post-1870 status-publish first instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%96%e1%80%9a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1870\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1870\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1870\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1870\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1870\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1016\u101a\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1870\" 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-center product type-product post-1879 status-publish instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%b1%e1%80%b8%e1%80%9e%e1%80%af%e1%80%90%e1%80%ba%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1879\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1879\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1879\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1879\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1879\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u1014\u103a\u1038\u101e\u1031\u1038\u101e\u102f\u1010\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1879\" 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-center product type-product post-1862 status-publish instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8-%e1%80%a1%e1%80%85%e1%80%af%e1%80%b6evaporated-milk-noodle-with-assorted-topping\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1862\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1862\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038 (\u1021\u1005\u102f\u1036)\nEvaporated Milk Noodle with Assorted Topping&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1862\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1862\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1862\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038 (\u1021\u1005\u102f\u1036)\nEvaporated Milk Noodle with Assorted Topping&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038 (\u1021\u1005\u102f\u1036)\nEvaporated Milk Noodle with Assorted Topping&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1862\" 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-center product type-product post-1844 status-publish last instock product_cat-64 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1844\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1844\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u103d\u1010\u103a Plain evaporate noodle&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1844\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1844\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1844\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u103d\u1010\u103a Plain evaporate noodle&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u103d\u1010\u103a Plain evaporate noodle&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1844\" 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-center product type-product post-1922 status-publish first instock product_cat-66 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/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%bachicken-thigh\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1922\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1922\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103aChicken Thigh only&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1922\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1922\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1922\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103aChicken Thigh only&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103aChicken Thigh only&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1922\" 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-center product type-product post-1899 status-publish instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/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%b2chicken-thigh-garlic-oil-noodle-with\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1899\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1899\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 Chicken thigh garlic oil noodle with bone soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1899\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1899\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1899\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 Chicken thigh garlic oil noodle with bone soup&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032 Chicken thigh garlic oil noodle with bone soup&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1899\" 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-center product type-product post-1898 status-publish instock product_cat-66 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/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%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%bachicken-thigh-garlic-oil-noodle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1898\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1898\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1006\u102e\u1001\u103b\u1000\u103a\nChicken thigh garlic oil noodle&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1898\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1898\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1898\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1006\u102e\u1001\u103b\u1000\u103a\nChicken thigh garlic oil noodle&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038\u1006\u102e\u1001\u103b\u1000\u103a\nChicken thigh garlic oil noodle&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1898\" 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-center product type-product post-1900 status-publish last instock product_cat-66 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%bagarlic-oil-vermecilli\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1900\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1900\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a\nGarlic oil vermecilli&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1900\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1900\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1900\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a\nGarlic oil vermecilli&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a\nGarlic oil vermecilli&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1900\" 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-center product type-product post-1924 status-publish first instock product_cat-66 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%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%bagarlic-oil-vermecilli-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1924\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1924\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u1000\u103c\u1000\u103a)\nGarlic oil vermecilli-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1924\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1924\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1924\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u1000\u103c\u1000\u103a)\nGarlic oil vermecilli-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u1000\u103c\u1000\u103a)\nGarlic oil vermecilli-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1924\" 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-center product type-product post-1925 status-publish instock product_cat-66 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%86%e1%80%ae%e1%80%81%e1%80%bb%e1%80%80%e1%80%ba%e1%80%9d%e1%80%80%e1%80%bagarlic-oil-vermecilli-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1925\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1925\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u101d\u1000\u103a)\nGarlic oil vermecilli-pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1925\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1925\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1925\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u101d\u1000\u103a)\nGarlic oil vermecilli-pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u1006\u102e\u1001\u103b\u1000\u103a(\u101d\u1000\u103a)\nGarlic oil vermecilli-pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1925\" 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-center product type-product post-1920 status-publish instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bd%e1%80%b1%e1%80%b7%e1%80%90%e1%80%ae%e1%80%9a%e1%80%ad%e1%80%af%e1%80%80%e1%80%bc%e1%80%80%e1%80%bathai-noodle-salad-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1920\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1920\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1000\u103c\u1000\u103a)Thai noodle salad-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1920\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1920\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1920\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1000\u103c\u1000\u103a)Thai noodle salad-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1000\u103c\u1000\u103a)Thai noodle salad-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1920\" 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-center product type-product post-1921 status-publish last instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bd%e1%80%b1%e1%80%b7%e1%80%90%e1%80%ae%e1%80%9a%e1%80%ad%e1%80%af%e1%80%9d%e1%80%80%e1%80%bathai-noodle-salad-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1921\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1921\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u101d\u1000\u103a)Thai noodle salad-pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1921\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1921\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1921\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u101d\u1000\u103a)Thai noodle salad-pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u101d\u1000\u103a)Thai noodle salad-pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1921\" 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-center product type-product post-1919 status-publish first instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103d\u1031\u1037\u1010\u101a\u102d\u102f-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bd%e1%80%b1%e1%80%b7%e1%80%90%e1%80%ae%e1%80%9a%e1%80%ad%e1%80%af%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%bathai-noodle-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1919\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1919\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1021\u101c\u103d\u1010\u103a)Thai noodle salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1919\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1919\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1919\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1021\u101c\u103d\u1010\u103a)Thai noodle salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103d\u1031\u1037\u1010\u102e\u101a\u102d\u102f(\u1021\u101c\u103d\u1010\u103a)Thai noodle salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1919\" 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-center product type-product post-1904 status-publish instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%85%e1%80%ae%e1%80%b8%e1%80%80%e1%80%bc%e1%80%80%e1%80%basticky-shan-noodle-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1904\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1904\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1000\u103c\u1000\u103a)Sticky Shan Noodle-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1904\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1904\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1904\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1000\u103c\u1000\u103a)Sticky Shan Noodle-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1000\u103c\u1000\u103a)Sticky Shan Noodle-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1904\" 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-center product type-product post-1905 status-publish instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%85%e1%80%ae%e1%80%b8%e1%80%9d%e1%80%80%e1%80%basticky-shan-noodle-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1905\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1905\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u101d\u1000\u103a)Sticky Shan Noodle-pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1905\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1905\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1905\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u101d\u1000\u103a)Sticky Shan Noodle-pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u101d\u1000\u103a)Sticky Shan Noodle-pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1905\" 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-center product type-product post-1906 status-publish last instock product_cat-66 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1005\u102e\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%85%e1%80%ae%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%basticky-shan-noodle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1906\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1906\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)Sticky Shan Noodle&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1906\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1906\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1906\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)Sticky Shan Noodle&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1014\u103a\u1005\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)Sticky Shan Noodle&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1906\" 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-center product type-product post-1897 status-publish first instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%95%e1%80%bc%e1%80%94%e1%80%b7%e1%80%ba-%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%81%80%e2%97%8c\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1897\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1897\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1040\u25cc\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1897\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1897\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1897\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1040\u25cc\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1040\u25cc\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1897\" 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-center product type-product post-1894 status-publish instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%95%e1%80%bc%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%80%e1%80%bc%e1%80%80\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1894\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1894\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1894\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1894\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1894\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1000\u103c\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1894\" 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-center product type-product post-1895 status-publish instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%95%e1%80%bc%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%a1%e1%80%9e%e1%80%ae\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1895\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1895\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1895\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1895\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1895\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1895\" 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-center product type-product post-1892 status-publish last instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%95%e1%80%bc%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%ad%e1%80%95%e1%80%ba%e1%80%80%e1%80%bc%e1%80%80\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1892\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1892\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1892\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1892\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1892\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1000\u103c\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1892\" 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-center product type-product post-1893 status-publish first instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%95%e1%80%bc%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%ad%e1%80%95%e1%80%ba%e1%80%a1%e1%80%9e%e1%80%ae\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1893\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1893\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1893\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1893\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1893\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u1015\u103c\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1021\u101c\u102d\u1015\u103a(\u1021\u101e\u102e\u1038\u1021\u101b\u103d\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1893\" 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-center product type-product post-1881 status-publish instock product_cat-65 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle.jpg 1080w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle-300x300.jpg 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle-1024x1024.jpg 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle-768x768.jpg 768w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Glue-noodle-100x100.jpg 100w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%ba%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1881\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1881\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u101b\u100a\u103a\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1881\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1881\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1881\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u101b\u100a\u103a\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u101b\u100a\u103a\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1881\" 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-center product type-product post-1896 status-publish instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%bc%e1%80%95%e1%80%94%e1%80%b7%e1%80%ba-%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1896\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1896\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1896\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1896\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1896\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a \u1005\u102d\u1019\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1896\" 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-center product type-product post-1882 status-publish last instock product_cat-65 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u101d\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u101d\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u101d\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u101d\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%94%e1%80%b9%e1%80%90%e1%80%9c%e1%80%b1%e1%80%b8%e1%80%a1%e1%80%91%e1%80%99%e1%80%ba%e1%80%b8%e1%80%99%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%80%9d%e1%80%80\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1882\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1882\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u1014\u1039\u1010\u101c\u1031\u1038\u1021\u1011\u1019\u103a\u1038\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1882\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1882\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1882\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u1014\u1039\u1010\u101c\u1031\u1038\u1021\u1011\u1019\u103a\u1038\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u1014\u1039\u1010\u101c\u1031\u1038\u1021\u1011\u1019\u103a\u1038\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1882\" 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-center product type-product post-1883 status-publish first instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%80%9d%e1%80%80%e1%80%ba-%e1%80%95%e1%80%ab%e1%80%86%e1%80%9a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1883\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1883\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a) (\u1015\u102b\u1006\u101a\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1883\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1883\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1883\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a) (\u1015\u102b\u1006\u101a\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a (\u101d\u1000\u103a) (\u1015\u102b\u1006\u101a\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1883\" 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-center product type-product post-1890 status-publish outofstock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%81%80%e1%80%80%e1%80%ba%e1%80%a6%e1%80%b8%e1%80%b1%e1%80%94%e1%80%be%e1%80%ac%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%81%80%e1%80%80%e1%80%ba%e1%80%a6%e1%80%b8%e1%80%b1%e1%80%94%e1%80%be%e1%80%ac%e1%80%80%e1%80%ba\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1890\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a \u1040\u1000\u103a\u1025\u102e\u1038\u200c\u1031\u1014\u103e\u102c\u1000\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9b%e1%80%be%e1%80%8a%e1%80%ba-%e1%81%80%e1%80%80%e1%80%ba%e1%80%a6%e1%80%b8%e1%80%b1%e1%80%94%e1%80%be%e1%80%ac%e1%80%80%e1%80%ba\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1890\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1890\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a \u1040\u1000\u103a\u1025\u102e\u1038\u200c\u1031\u1014\u103e\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1890\" 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-center product type-product post-1884 status-publish instock product_cat-65 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%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%95%e1%80%ab%e1%80%86%e1%80%9a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1884\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1884\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a)(\u1015\u102b\u1006\u101a\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1884\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1884\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1884\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a)(\u1015\u102b\u1006\u101a\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a)(\u1015\u102b\u1006\u101a\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1884\" 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-center product type-product post-1885 status-publish last instock product_cat-65 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u1000\u103c\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u1000\u103c\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u1000\u103c\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u103e\u102e\u1038\u101b\u103e\u100a\u103a-\u1000\u103c\u1000\u103a\u101e\u102c\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%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%9e%e1%80%ac%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1885\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1885\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a\u101e\u102c\u1038)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1885\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1885\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1885\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a\u101e\u102c\u1038)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u103c\u102e\u1038\u101b\u103e\u100a\u103a(\u1000\u103c\u1000\u103a\u101e\u102c\u1038)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1885\" 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-center product type-product post-1931 status-publish first instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba-%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bafried-egg\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1931\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1931\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a  \u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1931\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1931\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1931\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a  \u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a  \u1000\u103c\u1031\u102c\u103a\nFried egg&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1931\" 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-center product type-product post-1929 status-publish instock product_cat-67 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"582\" height=\"540\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg 582w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-300x278.jpg 300w\" sizes=\"auto, (max-width: 582px) 100vw, 582px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%81%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8fried-chicken-stick\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1929\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1929\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038Fried chicken stick&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1929\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1929\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1929\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038Fried chicken stick&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038Fried chicken stick&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1929\" 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-center product type-product post-1928 status-publish instock product_cat-67 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u1032\u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u1032\u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u1032\u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u101e\u1032\u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%b2-%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%99%e1%80%bc%e1%80%85%e1%80%bachicken-gizzard-curry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1928\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1928\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u1032 \u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103aChicken gizzard curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1928\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1928\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1928\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u1032 \u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103aChicken gizzard curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u1032 \u1000\u103c\u1000\u103a\u1019\u103c\u1005\u103aChicken gizzard curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1928\" 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-center product type-product post-1930 status-publish last instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a1%e1%80%b0%e1%80%81%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8fried-chicken-saussage\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1930\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1930\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1021\u1030\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried chicken saussage&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1930\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1930\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1930\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1021\u1030\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried chicken saussage&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1021\u1030\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried chicken saussage&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1930\" 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-center product type-product post-1927 status-publish first instock product_cat-67 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%9b%e1%80%be%e1%80%9a%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%baspecial-fried-egg\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1927\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1927\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103aSpecial fried egg&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1927\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1927\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1927\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103aSpecial fried egg&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u101b\u103e\u101a\u103a\u1000\u103c\u1031\u102c\u103aSpecial fried egg&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1927\" 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-center product type-product post-1932 status-publish instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%89%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bastir-fried-roselle-leave\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1932\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1932\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1000\u103c\u1031\u102c\u103a\nStir-fried roselle leave&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1932\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1932\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1932\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1000\u103c\u1031\u102c\u103a\nStir-fried roselle leave&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u1009\u103a\u1015\u1031\u102b\u1004\u103a\u1000\u103c\u1031\u102c\u103a\nStir-fried roselle leave&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1932\" 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-center product type-product post-1933 status-publish instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%96%e1%80%9a%e1%80%ba%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8fish-cake-curry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1933\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1933\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101f\u1004\u103a\u1038\nFish cake curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1933\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1933\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1933\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101f\u1004\u103a\u1038\nFish cake curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101f\u1004\u103a\u1038\nFish cake curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1933\" 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-center product type-product post-1935 status-publish last instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bafried-mutton\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1935\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1935\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried mutton&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1935\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1935\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1935\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried mutton&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried mutton&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1935\" 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-center product type-product post-1934 status-publish first instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bamutton-meat-ball\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1934\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1934\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u101c\u102f\u1036\u1038\u1000\u103c\u1031\u102c\u103a\nMutton meat ball&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1934\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1934\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1934\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u101c\u102f\u1036\u1038\u1000\u103c\u1031\u102c\u103a\nMutton meat ball&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u101c\u102f\u1036\u1038\u1000\u103c\u1031\u102c\u103a\nMutton meat ball&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1934\" 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-center product type-product post-1936 status-publish instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%98%e1%80%b2%e1%80%a5%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8duck-egg-curry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1936\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1936\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038\nDuck egg curry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1936\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1936\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1936\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038\nDuck egg curry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038\nDuck egg curry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1936\" 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-center product type-product post-1938 status-publish instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%98%e1%80%b2%e1%80%a5%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8%e1%80%90%e1%80%85%e1%80%ba%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1938\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1938\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038(\u1010\u1005\u103a\u101c\u102f\u1036\u1038)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1938\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1938\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1938\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038(\u1010\u1005\u103a\u101c\u102f\u1036\u1038)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1018\u1032\u1025\u101f\u1004\u103a\u1038(\u1010\u1005\u103a\u101c\u102f\u1036\u1038)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1938\" 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-center product type-product post-1926 status-publish last instock product_cat-67 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%81%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8fried-pork-stick\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1926\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1926\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried pork stick&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1926\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1926\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1926\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101d\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried pork stick&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101d\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1031\u102c\u1004\u103a\u1038\nFried pork stick&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1926\" 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-center product type-product post-2005 status-publish first instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2005\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2005\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038\u101e\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2005\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2005\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2005\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038\u101e\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038\u101e\u102f\u1015\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2005\" 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-center product type-product post-2006 status-publish instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2006\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2006\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2006\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2006\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2006\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1014\u1014\u103a\u1038\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2006\" 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-center product type-product post-2003 status-publish instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%ac%e1%80%87%e1%80%b6%e1%80%9f%e1%80%84%e1%80%ba%e1%80%b8%e1%80%81%e1%80%ab%e1%80%b8myanmar-style-glass-noodle\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2003\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2003\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101f\u1004\u103a\u1038\u1001\u102b\u1038\nMyanmar style glass noodle&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2003\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2003\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2003\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u102c\u1007\u1036\u101f\u1004\u103a\u1038\u1001\u102b\u1038\nMyanmar style glass noodle&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u102c\u1007\u1036\u101f\u1004\u103a\u1038\u1001\u102b\u1038\nMyanmar style glass noodle&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2003\" 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-center product type-product post-2007 status-publish last instock product_cat-73 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%ad%e1%80%af%e1%80%90%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2007\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2007\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2007\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2007\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2007\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a(\u1021\u101c\u103d\u1010\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2007\" 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-center product type-product post-2008 status-publish first instock product_cat-73 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%ad%e1%80%af%e1%80%90%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%ba%e1%80%90%e1%80%ae%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2008\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2008\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u103a\u1037\u1010\u102e(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2008\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2008\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2008\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u103a\u1037\u1010\u102e(\u1000\u103c\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u103a\u1037\u1010\u102e(\u1000\u103c\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2008\" 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-center product type-product post-2010 status-publish instock product_cat-73 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%ad%e1%80%af%e1%80%90%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%ba%e1%80%90%e1%80%ae%e1%80%84%e1%80%ab%e1%80%b8%e1%80%96%e1%80%9a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2010\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2010\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u1004\u102b\u1038\u1016\u101a\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2010\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2010\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2010\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u1004\u102b\u1038\u1016\u101a\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u1004\u102b\u1038\u1016\u101a\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2010\" 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-center product type-product post-2009 status-publish instock product_cat-73 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%ad%e1%80%af%e1%80%90%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%ba%e1%80%90%e1%80%ae%e1%80%9d%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2009\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2009\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u101d\u1000\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2009\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2009\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2009\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u101d\u1000\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u102d\u102f\u1010\u1031\u102c\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1010\u102e(\u101d\u1000\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2009\" 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-center product type-product post-2019 status-publish last instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8-%e1%80%80%e1%80%bc%e1%80%80%e1%80%baflat-noodle-with-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2019\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2019\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1015\u103c\u102c\u1038 \u1000\u103c\u1000\u103a\nFlat noodle with chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2019\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2019\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2019\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1015\u103c\u102c\u1038 \u1000\u103c\u1000\u103a\nFlat noodle with chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1015\u103c\u102c\u1038 \u1000\u103c\u1000\u103a\nFlat noodle with chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2019\" 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-center product type-product post-2020 status-publish first instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%bd%e1%80%b2%e1%80%a1%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba%e1%80%9d%e1%80%80%e1%80%baflat-noodle-with\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2020\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2020\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Flat noodle with pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2020\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2020\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2020\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Flat noodle with pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u1006\u103d\u1032\u1021\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a(\u101d\u1000\u103a)Flat noodle with pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2020\" 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-center product type-product post-2021 status-publish instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%baflat-noodle-plain\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2021\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2021\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Flat noodle plain&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2021\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2021\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2021\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u1031\u102b\u1000\u103a\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Flat noodle plain&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u1031\u102b\u1000\u103a\u1015\u103c\u102c\u1038\u101e\u102f\u1015\u103a (\u1021\u101c\u103d\u1010\u103a)Flat noodle plain&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2021\" 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-center product type-product post-2025 status-publish instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%ae%e1%80%b8-%e1%80%84%e1%80%ab%e1%80%b8%e1%80%96%e1%80%9a%e1%80%banan-gyi-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2025\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2025\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038 \u1004\u102b\u1038\u1016\u101a\u103aNan Gyi salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2025\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2025\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2025\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038 \u1004\u102b\u1038\u1016\u101a\u103aNan Gyi salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038 \u1004\u102b\u1038\u1016\u101a\u103aNan Gyi salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2025\" 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-center product type-product post-2011 status-publish last instock product_cat-73 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%94%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%ae%e1%80%b8%e1%80%a1%e1%80%9c%e1%80%bd%e1%80%90%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2011\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2011\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2011\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2011\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2011\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u1014\u103a\u1038\u1000\u103c\u102e\u1038(\u1021\u101c\u103d\u1010\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2011\" 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-center product type-product post-1949 status-publish first instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%81%e1%80%bb%e1%80%95%e1%80%ab%e1%80%90%e1%80%aechicken-chapati\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1949\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1949\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nChicken chapati&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1949\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1949\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1949\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nChicken chapati&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nChicken chapati&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1949\" 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-center product type-product post-1950 status-publish instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%90%e1%80%ad%e1%80%af%e1%80%9b%e1%80%be%e1%80%8a%e1%80%bachicken-dosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1950\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1950\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nChicken dosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1950\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1950\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1950\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nChicken dosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nChicken dosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1950\" 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-center product type-product post-1951 status-publish instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%95%e1%80%b0%e1%80%9b%e1%80%aechicken-puri\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1951\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1951\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nChicken Puri&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1951\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1951\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1951\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nChicken Puri&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nChicken Puri&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1951\" 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-center product type-product post-1948 status-publish last instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%90%e1%80%ad%e1%80%af%e1%80%9b%e1%80%be%e1%80%8a%e1%80%baegg-dosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1948\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1948\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nEgg dosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1948\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1948\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1948\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nEgg dosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nEgg dosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1948\" 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-center product type-product post-1952 status-publish first instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%95%e1%80%ab%e1%80%90%e1%80%aechapati\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1952\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1952\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1015\u102b\u1010\u102e\nChapati&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1952\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1952\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1952\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1015\u102b\u1010\u102e\nChapati&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u1015\u102b\u1010\u102e\nChapati&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1952\" 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-center product type-product post-1953 status-publish instock product_cat-69 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%85%e1%80%bd%e1%80%95%e1%80%bamutton-bone-soup\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1953\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1953\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103aMutton bone soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1953\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1953\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1953\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103aMutton bone soup&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u1005\u103d\u1015\u103aMutton bone soup&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1953\" 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-center product type-product post-1954 status-publish instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%81%e1%80%bb%e1%80%95%e1%80%ab%e1%80%90%e1%80%aemutton-chapati\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1954\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1954\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nMutton chapati&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1954\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1954\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1954\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nMutton chapati&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1001\u103b\u1015\u102b\u1010\u102e\nMutton chapati&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1954\" 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-center product type-product post-1955 status-publish last instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%95%e1%80%b0%e1%80%9b%e1%80%aemutton-puri\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1955\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1955\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nMutton Puri&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1955\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1955\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1955\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nMutton Puri&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u101e\u102c\u1038\u1015\u1030\u101b\u102e\nMutton Puri&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1955\" 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-center product type-product post-1961 status-publish first instock product_cat-69 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1080\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine.jpg 1080w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine-300x300.jpg 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine-1024x1024.jpg 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine-768x768.jpg 768w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Mutton-intestine-100x100.jpg 100w\" sizes=\"auto, (max-width: 1080px) 100vw, 1080px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ad%e1%80%90%e1%80%ba%e1%80%a1%e1%80%b0%e1%80%80%e1%80%bc%e1%80%99%e1%80%ba%e1%80%b8mutton-intestine-soup\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1961\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1961\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1021\u1030\u1000\u103c\u1019\u103a\u1038Mutton intestine soup&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1961\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1961\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1961\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102d\u1010\u103a\u1021\u1030\u1000\u103c\u1019\u103a\u1038Mutton intestine soup&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102d\u1010\u103a\u1021\u1030\u1000\u103c\u1019\u103a\u1038Mutton intestine soup&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1961\" 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-center product type-product post-1956 status-publish instock product_cat-69 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1010\u102d\u102f\u101b\u103e\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1010\u102d\u102f\u101b\u103e\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1010\u102d\u102f\u101b\u103e\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1010\u102d\u102f\u101b\u103e\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%90%e1%80%ad%e1%80%af%e1%80%9b%e1%80%be%e1%80%8a%e1%80%badosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1956\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1956\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1010\u102d\u102f\u101b\u103e\u100a\u103aDosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1956\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1956\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1956\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1010\u102d\u102f\u101b\u103e\u100a\u103aDosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1010\u102d\u102f\u101b\u103e\u100a\u103aDosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1956\" 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-center product type-product post-1962 status-publish instock product_cat-69 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Dosasuger-Jaggery-boiled-pea-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1200x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9c%e1%80%bb%e1%80%80%e1%80%ba%e1%80%90%e1%80%ad%e1%80%af%e1%80%9b%e1%80%be%e1%80%8a%e1%80%bajaggery-dosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1962\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1962\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1014\u103a\u1038\u101c\u103b\u1000\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103aJaggery dosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1962\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1962\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1962\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1014\u103a\u1038\u101c\u103b\u1000\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103aJaggery dosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1014\u103a\u1038\u101c\u103b\u1000\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103aJaggery dosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1962\" 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-center product type-product post-1960 status-publish last instock product_cat-69 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%b1%e1%80%ac%e1%80%95%e1%80%90%e1%80%ba%e1%80%90%e1%80%ad%e1%80%af%e1%80%9b%e1%80%be%e1%80%8a%e1%80%baavocado-dosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1960\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1960\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nAvocado dosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1960\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1960\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1960\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nAvocado dosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u1010\u102d\u102f\u101b\u103e\u100a\u103a\nAvocado dosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1960\" 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-center product type-product post-1944 status-publish first instock product_cat-68 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%95%e1%80%bd%e1%80%84%e1%80%b7%e1%80%ba%e1%80%9e%e1%80%af%e1%80%95%e1%80%basnow-fungus-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1944\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1944\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103aSnow fungus salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1944\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1944\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1944\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103aSnow fungus salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1015\u103d\u1004\u1037\u103a\u101e\u102f\u1015\u103aSnow fungus salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1944\" 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-center product type-product post-1939 status-publish instock product_cat-68 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%82%e1%80%bb%e1%80%84%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%baginger-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1939\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1939\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103aGinger salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1939\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1939\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1939\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103aGinger salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1002\u103b\u1004\u103a\u1038\u101e\u102f\u1015\u103aGinger salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1939\" 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-center product type-product post-1940 status-publish instock product_cat-68 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%96%e1%80%9a%e1%80%ba%e1%80%9e%e1%80%af%e1%80%95%e1%80%bafish-cake-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1940\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1940\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101e\u102f\u1015\u103a\nFish cake salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1940\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1940\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1940\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101e\u102f\u1015\u103a\nFish cake salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1016\u101a\u103a\u101e\u102f\u1015\u103a\nFish cake salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1940\" 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-center product type-product post-1945 status-publish last instock product_cat-68 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%b1%e1%80%b8%e1%80%98%e1%80%b2%e1%80%a5%e1%80%9e%e1%80%af%e1%80%95%e1%80%bacentury-egg-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1945\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1945\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103aCentury egg salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1945\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1945\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1945\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103aCentury egg salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1031\u1038\u1018\u1032\u1025\u101e\u102f\u1015\u103aCentury egg salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1945\" 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-center product type-product post-1941 status-publish first instock product_cat-68 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%b2%e1%80%80%e1%80%bc%e1%80%99%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%ba-fried-bean-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1941\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1941\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1032\u1000\u103c\u1019\u103a\u1038\u101e\u102f\u1015\u103a  \nFried bean salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1941\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1941\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1941\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1032\u1000\u103c\u1019\u103a\u1038\u101e\u102f\u1015\u103a  \nFried bean salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1032\u1000\u103c\u1019\u103a\u1038\u101e\u102f\u1015\u103a  \nFried bean salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1941\" 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-center product type-product post-1942 status-publish instock product_cat-68 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%bc%e1%80%84%e1%80%ba%e1%80%b8%e1%80%81%e1%80%bd%e1%80%ac%e1%80%9b%e1%80%bd%e1%80%80%e1%80%ba%e1%80%9e%e1%80%af%e1%80%95%e1%80%bapennywort-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1942\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1942\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103aPennywort salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1942\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1942\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1942\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103aPennywort salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u103c\u1004\u103a\u1038\u1001\u103d\u102c\u101b\u103d\u1000\u103a\u101e\u102f\u1015\u103aPennywort salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1942\" 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-center product type-product post-1946 status-publish instock product_cat-68 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9b%e1%80%be%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%balemon-pulp-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1946\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1946\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101b\u103e\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nLemon pulp salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1946\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1946\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1946\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101b\u103e\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nLemon pulp salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101b\u103e\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nLemon pulp salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1946\" 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-center product type-product post-1943 status-publish last instock product_cat-68 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9c%e1%80%80%e1%80%ba%e1%80%96%e1%80%80%e1%80%ba%e1%80%9e%e1%80%af%e1%80%95%e1%80%bapickled-tea-leaf-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1943\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1943\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101c\u1000\u103a\u1016\u1000\u103a\u101e\u102f\u1015\u103a\nPickled tea leaf salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1943\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1943\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1943\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101c\u1000\u103a\u1016\u1000\u103a\u101e\u102f\u1015\u103a\nPickled tea leaf salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101c\u1000\u103a\u1016\u1000\u103a\u101e\u102f\u1015\u103a\nPickled tea leaf salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1943\" 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-center product type-product post-1947 status-publish first instock product_cat-68 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9e%e1%80%98%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%9e%e1%80%af%e1%80%95%e1%80%bapapaya-salad\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1947\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1947\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101e\u1018\u1031\u102c\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nPapaya salad&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1947\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1947\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1947\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101e\u1018\u1031\u102c\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nPapaya salad&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101e\u1018\u1031\u102c\u103a\u101e\u102e\u1038\u101e\u102f\u1015\u103a\nPapaya salad&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1947\" 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=\"content11\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories11\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper11\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1987 status-publish first instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/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%95%e1%80%bc%e1%80%94%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1987\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1987\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u103c\u1014\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1987\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1987\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1987\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u103c\u1014\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u103c\u1014\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1987\" 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-center product type-product post-1988 status-publish instock product_cat-71 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/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%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1988\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1988\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1988\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1988\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1988\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u1000\u103a\u100a\u103e\u1004\u103a\u1038\u1015\u1031\u102b\u1004\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1988\" 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-center product type-product post-1992 status-publish instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%bc%e1%80%95%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%81%80%e1%80%80%e1%80%baspring-roll-pork\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1992\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1992\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1040\u1000\u103a\nSpring roll-pork&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1992\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1992\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1992\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1040\u1000\u103a\nSpring roll-pork&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1040\u1000\u103a\nSpring roll-pork&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1992\" 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-center product type-product post-1993 status-publish last instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%bc%e1%80%95%e1%80%94%e1%80%b7%e1%80%ba%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%80%e1%80%baspring-roll-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1993\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1993\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1000\u103a\nSpring roll-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1993\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1993\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1993\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1000\u103a\nSpring roll-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u1031\u102c\u103a\u103c\u1015\u1014\u1037\u103a\u1005\u102d\u1019\u103a\u1038\u1000\u103c\u1000\u103a\nSpring roll-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1993\" 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-center product type-product post-1981 status-publish first instock product_cat-71 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%81%e1%80%bb%e1%80%ad%e1%80%90%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8black-sticky-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1981\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1981\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038Black sticky rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1981\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1981\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1981\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038Black sticky rice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u1001\u103b\u102d\u1010\u103a\u1015\u1031\u102b\u1004\u103a\u1038Black sticky rice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1981\" 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-center product type-product post-1982 status-publish instock product_cat-71 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1005\u1019\u1030\u1006\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1005\u1019\u1030\u1006\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1005\u1019\u1030\u1006\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1005\u1019\u1030\u1006\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%85%e1%80%99%e1%80%b0%e1%80%86%e1%80%acsamosa\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1982\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1982\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1005\u1019\u1030\u1006\u102cSamosa&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1982\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1982\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1982\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1005\u1019\u1030\u1006\u102cSamosa&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1005\u1019\u1030\u1006\u102cSamosa&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1982\" 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-center product type-product post-1983 status-publish instock product_cat-71 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102e\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102e\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102e\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u102e\u1011\u1019\u1004\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%ae%e1%80%91%e1%80%99%e1%80%84%e1%80%ba%e1%80%b8turmeric-sticky-rice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1983\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1983\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102e\u1011\u1019\u1004\u103a\u1038Turmeric sticky rice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1983\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1983\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1983\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u102e\u1011\u1019\u1004\u103a\u1038Turmeric sticky rice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u102e\u1011\u1019\u1004\u103a\u1038Turmeric sticky rice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1983\" 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-center product type-product post-1994 status-publish last instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%b0%e1%80%90%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%ad%e1%80%90%e1%80%bapudding-cake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1994\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1994\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1030\u1010\u1004\u103a\u1038\u1000\u102d\u1010\u103a\nPudding cake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1994\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1994\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1994\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1030\u1010\u1004\u103a\u1038\u1000\u102d\u1010\u103a\nPudding cake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1030\u1010\u1004\u103a\u1038\u1000\u102d\u1010\u103a\nPudding cake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1994\" 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-center product type-product post-1990 status-publish first instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%ae%e1%80%80%e1%80%bc%e1%80%80%e1%80%basteamed-chicken-buns\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1990\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1990\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u1000\u103c\u1000\u103a)\nSteamed chicken buns&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1990\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1990\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1990\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u1000\u103c\u1000\u103a)\nSteamed chicken buns&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u1000\u103c\u1000\u103a)\nSteamed chicken buns&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1990\" 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-center product type-product post-1989 status-publish instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%b1%e1%80%ab%e1%80%80%e1%80%ba%e1%80%86%e1%80%ae%e1%80%9d%e1%80%80%e1%80%basteamed-pork-buns\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1989\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1989\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u101d\u1000\u103a)\nSteamed pork buns&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1989\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1989\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1989\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u101d\u1000\u103a)\nSteamed pork buns&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1031\u102b\u1000\u103a\u1006\u102e(\u101d\u1000\u103a)\nSteamed pork buns&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1989\" 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-center product type-product post-1991 status-publish instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%98%e1%80%ad%e1%80%94%e1%80%ba%e1%80%b8%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%baburmese-pancake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1991\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1991\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u102d\u1014\u103a\u1038\u1019\u102f\u1014\u1037\u103a\nBurmese pancake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1991\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1991\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1991\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1018\u102d\u1014\u103a\u1038\u1019\u102f\u1014\u1037\u103a\nBurmese pancake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1018\u102d\u1014\u103a\u1038\u1019\u102f\u1014\u1037\u103a\nBurmese pancake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1991\" 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-center product type-product post-1986 status-publish last instock product_cat-71 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%a1%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%80%e1%80%basteamed-meat-chicken\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1986\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1986\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1021\u101e\u102c\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)\nSteamed meat-chicken&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1986\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1986\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1986\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1021\u101e\u102c\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)\nSteamed meat-chicken&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1021\u101e\u102c\u1038\u1015\u1031\u102b\u1004\u103a\u1038(\u1000\u103c\u1000\u103a)\nSteamed meat-chicken&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1986\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content12\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories12\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper12\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1830 status-publish first instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/chesse-%e1%80%94%e1%80%b6%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8cheese-nann\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1830\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1830\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chesse \u1014\u1036\u1015\u103c\u102c\u1038\nCheese Nann&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1830\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1830\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1830\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chesse \u1014\u1036\u1015\u103c\u102c\u1038\nCheese Nann&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Chesse \u1014\u1036\u1015\u103c\u102c\u1038\nCheese Nann&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1830\" 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-center product type-product post-1785 status-publish instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/chesse-%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%accheese-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1785\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1785\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chesse \u1015\u101c\u102c\u1010\u102c\nCheese paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1785\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1785\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1785\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chesse \u1015\u101c\u102c\u1010\u102c\nCheese paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Chesse \u1015\u101c\u102c\u1010\u102c\nCheese paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1785\" 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-center product type-product post-1786 status-publish instock product_cat-63 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102c-\u1000\u103c\u1000\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102c-\u1000\u103c\u1000\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102c-\u1000\u103c\u1000\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102c-\u1000\u103c\u1000\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%80%e1%80%ae%e1%80%b8%e1%80%99%e1%80%ac%e1%80%b8%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%acchicken-keema-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1786\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1786\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102cChicken keema Paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1786\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1786\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1786\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102cChicken keema Paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1000\u102e\u1038\u1019\u102c\u1038\u1015\u101c\u102c\u1010\u102cChicken keema Paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1786\" 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-center product type-product post-1787 status-publish last instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%84%e1%80%be%e1%80%80%e1%80%ba%e1%80%95%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%acchicken-banana-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1787\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1787\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u1015\u101c\u102c\u1010\u102c\nChicken banana Paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1787\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1787\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1787\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u1015\u101c\u102c\u1010\u102c\nChicken banana Paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u1015\u101c\u102c\u1010\u102c\nChicken banana Paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1787\" 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-center product type-product post-1791 status-publish first instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%acchicken-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1791\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1791\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u101c\u102c\u1010\u102c\nChicken paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1791\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1791\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1791\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u101c\u102c\u1010\u102c\nChicken paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u101e\u102c\u1038\u1015\u101c\u102c\u1010\u102c\nChicken paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1791\" 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-center product type-product post-1788 status-publish instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%91%e1%80%95%e1%80%ba%e1%80%90%e1%80%9b%e1%80%acchicken-hundred-layer\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1788\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1788\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1011\u1015\u103a\u1010\u101b\u102c\nChicken hundred layer&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1788\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1788\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1788\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1011\u1015\u103a\u1010\u101b\u102c\nChicken hundred layer&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1011\u1015\u103a\u1010\u101b\u102c\nChicken hundred layer&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1788\" 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-center product type-product post-1789 status-publish instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%94%e1%80%b6%e1%80%95%e1%80%bc%e1%80%ac%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bafried-egg-nan-pyarr\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1789\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1789\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1014\u1036\u1015\u103c\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried egg nan Pyarr&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1789\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1789\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1789\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1014\u1036\u1015\u103c\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried egg nan Pyarr&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1014\u1036\u1015\u103c\u102c\u1038\u1000\u103c\u1031\u102c\u103a\nFried egg nan Pyarr&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1789\" 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-center product type-product post-1834 status-publish last instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%ac-%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%86%e1%80%99%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1834\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1834\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c \u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1006\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1834\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1834\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1834\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c \u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1006\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c \u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1006\u1019\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1834\" 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-center product type-product post-1790 status-publish first instock product_cat-63 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1009\u1015\u101c\u102c\u1010\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1009\u1015\u101c\u102c\u1010\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1009\u1015\u101c\u102c\u1010\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1000\u103c\u1000\u103a\u1009\u1015\u101c\u102c\u1010\u102c-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%acegg-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1790\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1790\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102cEgg paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1790\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1790\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1790\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102cEgg paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102cEgg paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1790\" 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-center product type-product post-1831 status-publish instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%ac%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7%e1%80%86%e1%80%99%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1831\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1831\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c\u1014\u102d\u102f\u1037\u1006\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1831\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1831\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1831\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c\u1014\u102d\u102f\u1037\u1006\u1019\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u101c\u102c\u1010\u102c\u1014\u102d\u102f\u1037\u1006\u1019\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1831\" 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-center product type-product post-1839 status-publish instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%a5%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%ba%e1%80%95%e1%80%ae%e1%80%87%e1%80%acegg-bread-pizza\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1839\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1839\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u1031\u102b\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1015\u102e\u1007\u102c\nEgg bread Pizza&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1839\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1839\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1839\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u1031\u102b\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1015\u102e\u1007\u102c\nEgg bread Pizza&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1025\u1015\u1031\u102b\u1004\u103a\u1019\u102f\u1014\u1037\u103a\u1015\u102e\u1007\u102c\nEgg bread Pizza&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1839\" 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-center product type-product post-1821 status-publish last instock product_cat-63 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%81%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%80%e1%80%9c%e1%80%95%e1%80%ba%e1%80%95%e1%80%9c%e1%80%ac%e1%80%90%e1%80%acchocolate-paratha\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1821\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1821\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1031\u102c\u1000\u101c\u1015\u103a\u1015\u101c\u102c\u1010\u102c\nChocolate Paratha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1821\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1821\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1821\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1001\u103b\u1031\u102c\u1000\u101c\u1015\u103a\u1015\u101c\u102c\u1010\u102c\nChocolate Paratha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1001\u103b\u1031\u102c\u1000\u101c\u1015\u103a\u1015\u101c\u102c\u1010\u102c\nChocolate Paratha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1821\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content13\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories13\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper13\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1743 status-publish first instock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/dimsum\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1743\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1743\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dimsum&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1743\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1743\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1743\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Dimsum&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Dimsum&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1743\" 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-center product type-product post-1744 status-publish instock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/o%e1%80%80%e1%80%ba%e1%80%94%e1%80%b6-%e1%80%9b%e1%80%ad%e1%80%af%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1744\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1744\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;o\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1744\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1744\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1744\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;o\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;o\u1000\u103a\u1014\u1036 \u101b\u102d\u102f\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1744\" 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-center product type-product post-1751 status-publish instock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%e1%80%ba%e1%80%81%e1%80%bc%e1%80%b1%e1%80%91%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1751\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1751\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1751\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1751\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1751\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1001\u103c\u1031\u1011\u1031\u102c\u1000\u103a\u1015\u1031\u102b\u1004\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1751\" 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-center product type-product post-1746 status-publish last outofstock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%a1%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%a1%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1746\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1004\u102b\u1038\u1021\u101e\u102c\u1038\u101c\u102f\u1036\u1038&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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%a1%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%9c%e1%80%af%e1%80%b6%e1%80%b8\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1746\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1746\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u1004\u102b\u1038\u1021\u101e\u102c\u1038\u101c\u102f\u1036\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1746\" 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-center product type-product post-1749 status-publish first instock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%99%e1%80%94%e1%80%ba%e1%80%91%e1%80%ad%e1%80%af%e1%80%95%e1%80%b1%e1%80%ab%e1%80%84%e1%80%ba%e1%80%b8\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1749\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1749\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u1014\u103a\u1011\u102d\u102f\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1749\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1749\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1749\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1019\u1014\u103a\u1011\u102d\u102f\u1015\u1031\u102b\u1004\u103a\u1038&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1019\u1014\u103a\u1011\u102d\u102f\u1015\u1031\u102b\u1004\u103a\u1038&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1749\" 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-center product type-product post-1742 status-publish outofstock product_cat-dim-sum- shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%96%e1%80%80%e1%80%ba%e1%80%91%e1%80%af%e1%80%95%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%96%e1%80%80%e1%80%ba%e1%80%91%e1%80%af%e1%80%95%e1%80%ba\/\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple\" data-product_id=\"1742\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1016\u1000\u103a\u1011\u102f\u1015\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9d%e1%80%80%e1%80%ba%e1%80%96%e1%80%80%e1%80%ba%e1%80%91%e1%80%af%e1%80%95%e1%80%ba\/\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1742\" data-quantity=\"1\" class=\"button product_type_simple\" data-product_id=\"1742\" data-product_sku=\"\" aria-label=\"Read more about &ldquo;\u101d\u1000\u103a\u1016\u1000\u103a\u1011\u102f\u1015\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"\">Read more<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1742\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<\/ul>\n<\/div><\/div>\n      <\/div>\n <div class=\"tab-content\" id=\"content14\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories14\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper14\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1995 status-publish first instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%80%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%bafried-chicken-floss\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1995\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1995\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a\nFried chicken floss&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1995\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1995\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1995\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1000\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a\nFried chicken floss&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1000\u103a\u1019\u103d\u103e\u1000\u103c\u1031\u102c\u103a\nFried chicken floss&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1995\" 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-center product type-product post-1996 status-publish instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%80%e1%80%bb%e1%80%ae%e1%80%b8%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%baspicy-fried-catfish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1996\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1996\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1000\u103b\u102e\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\nSpicy fried catfish&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1996\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1996\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1996\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1000\u103b\u102e\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\nSpicy fried catfish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1000\u103b\u102e\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1005\u1015\u103a\nSpicy fried catfish&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1996\" 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-center product type-product post-1998 status-publish instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%91%e1%80%b1%e1%80%ac%e1%80%84%e1%80%ba%e1%80%b8%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%a1%e1%80%81\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1998\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1998\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u1001\u103b\u102d\u102f)\nFried pounded dried fish&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1998\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1998\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1998\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u1001\u103b\u102d\u102f)\nFried pounded dried fish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1001\u103c\u1031\u102c\u1000\u103a\u1011\u1031\u102c\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a(\u1021\u1001\u103b\u102d\u102f)\nFried pounded dried fish&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1998\" 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-center product type-product post-1997 status-publish last instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%94%e1%80%ae%e1%80%90%e1%80%b0%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%bacrispy-anchovies-fish\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1997\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1997\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1014\u102e\u1010\u1030\u1001\u103c\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u103a\nCrispy anchovies fish&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1997\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1997\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1997\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u1014\u102e\u1010\u1030\u1001\u103c\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u103a\nCrispy anchovies fish&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u1014\u102e\u1010\u1030\u1001\u103c\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u103a\nCrispy anchovies fish&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1997\" 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-center product type-product post-2002 status-publish first instock product_cat-fried-fish-paste has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a\u1006\u102e\u1005\u1019\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a\u1006\u102e\u1005\u1019\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a\u1006\u102e\u1005\u1019\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a\u1006\u102e\u1005\u1019\u103a\u1038-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%ab%e1%80%b8%e1%80%9b%e1%80%b6%e1%80%b7%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2002\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2002\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2002\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2002\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2002\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u102b\u1038\u101b\u1036\u1037\u1001\u103c\u1031\u102c\u1000\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2002\" 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-center product type-product post-1999 status-publish instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%95%e1%80%ba%e1%80%9e%e1%80%ac%e1%80%b8%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%bacrispy-mutton-floss\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1999\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1999\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1015\u103a\u101e\u102c\u1038\u1001\u103c\u1031\u102c\u1000\u103a\nCrispy mutton floss&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1999\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1999\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1999\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1015\u103a\u101e\u102c\u1038\u1001\u103c\u1031\u102c\u1000\u103a\nCrispy mutton floss&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1015\u103a\u101e\u102c\u1038\u1001\u103c\u1031\u102c\u1000\u103a\nCrispy mutton floss&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1999\" 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-center product type-product post-2000 status-publish instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%9e%e1%80%b6%e1%80%90%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%86%e1%80%84%e1%80%b7%e1%80%ba%e1%80%84%e1%80%b6%e1%80%95%e1%80%bc%e1%80%ac%e1%80%9b%e1%80%8a%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2000\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2000\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a\u1004\u1036\u1015\u103c\u102c\u101b\u100a\u103a\u1000\u103c\u1031\u102c\u103a\nThan Taw Sint Fried  Fish paste&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2000\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2000\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2000\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a\u1004\u1036\u1015\u103c\u102c\u101b\u100a\u103a\u1000\u103c\u1031\u102c\u103a\nThan Taw Sint Fried  Fish paste&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a\u1004\u1036\u1015\u103c\u102c\u101b\u100a\u103a\u1000\u103c\u1031\u102c\u103a\nThan Taw Sint Fried  Fish paste&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2000\" 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-center product type-product post-2001 status-publish last instock product_cat-fried-fish-paste shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%a1%e1%80%ac%e1%80%97%e1%80%bc%e1%80%b2%e1%80%81%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2001\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2001\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1021\u102c\u1017\u103c\u1032\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2001\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2001\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2001\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1021\u102c\u1017\u103c\u1032\u1001\u103c\u1031\u102c\u1000\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1021\u102c\u1017\u103c\u1032\u1001\u103c\u1031\u102c\u1000\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2001\" 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=\"content15\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories15\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper15\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1747 status-publish first instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%a1%e1%80%af%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%9c%e1%80%99%e1%80%af%e1%80%94%e1%80%b7%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1747\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1747\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Straw Matcha&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1747\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1747\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1747\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Straw Matcha&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Straw Matcha&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1747\" 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-center product type-product post-2126 status-publish instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Banana-Juice-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Banana-Juice-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Banana-Juice-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Banana-Juice-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%84%e1%80%be%e1%80%80%e1%80%ba%e1%80%95%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%babanana-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2126\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2126\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aBanana Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2126\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2126\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2126\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aBanana Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1004\u103e\u1000\u103a\u1015\u103b\u1031\u102c\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aBanana Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2126\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2127 status-publish instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%85%e1%80%90%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%98%e1%80%9a%e1%80%ba%e1%80%9b%e1%80%ae%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%bastrawberry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2127\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2127\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1005\u1010\u1031\u102c\u103a\u1018\u101a\u103a\u101b\u102e\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nStrawberry Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2127\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2127\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2127\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1005\u1010\u1031\u102c\u103a\u1018\u101a\u103a\u101b\u102e\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nStrawberry Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1005\u1010\u1031\u102c\u103a\u1018\u101a\u103a\u101b\u102e\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nStrawberry Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2127\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2128 status-publish last instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%86%e1%80%94%e1%80%ba%e1%80%b8%e1%80%80%e1%80%85%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%basunkist-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2128\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2128\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a Sunkist Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2128\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2128\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2128\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a Sunkist Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1006\u1014\u103a\u1038\u1000\u1005\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a Sunkist Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2128\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2145 status-publish first instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%91%e1%80%b1%e1%80%ac%e1%80%95%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%baavocado-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2145\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2145\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aAvocado Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2145\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2145\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2145\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aAvocado Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1011\u1031\u102c\u1015\u1010\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aAvocado Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2145\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2129 status-publish instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038-\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038-\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038-\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038-\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%82%e1%80%ab%e1%80%b8%e1%80%99%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%badragon-fruit-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2129\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2129\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aDragon fruit juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2129\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2129\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2129\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aDragon fruit juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u1002\u102b\u1038\u1019\u1031\u102c\u1000\u103a\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aDragon fruit juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2129\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2133 status-publish instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%be%e1%80%95%e1%80%ba%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7%e1%80%85%e1%80%ad%e1%80%99%e1%80%ba%e1%80%b8%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2133\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2133\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a(\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1000\u1031\u102c\u103a)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2133\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2133\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2133\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a(\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1000\u1031\u102c\u103a)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u103e\u1015\u103a(\u1014\u102d\u102f\u1037\u1005\u102d\u1019\u103a\u1038\u1000\u1031\u102c\u103a)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2133\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2134 status-publish last instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%be%e1%80%95%e1%80%ba%e1%80%80%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%90%e1%80%ad%e1%80%af%e1%80%84%e1%80%ba%e1%80%80%e1%80%ae\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2134\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2134\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a\u1000\u1031\u102c\u103a(\u1010\u102d\u102f\u1004\u103a\u1000\u102e)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2134\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2134\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2134\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a\u1000\u1031\u102c\u103a(\u1010\u102d\u102f\u1004\u103a\u1000\u102e)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u103e\u1015\u103a\u1000\u1031\u102c\u103a(\u1010\u102d\u102f\u1004\u103a\u1000\u102e)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2134\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2147 status-publish first instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"785\" height=\"628\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Nes-Black-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Nes-Black-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a.jpg 785w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Nes-Black-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-300x240.jpg 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Nes-Black-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-768x614.jpg 768w\" sizes=\"auto, (max-width: 785px) 100vw, 785px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%be-%e1%80%95%e1%80%ba%e1%80%98-%e1%80%9c%e1%80%80%e1%80%banes-black\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2147\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2147\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a\u1018\u101c\u1000\u103a Nes Black&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2147\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2147\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2147\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u103e\u1015\u103a\u1018\u101c\u1000\u103a Nes Black&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u103e\u1015\u103a\u1018\u101c\u1000\u103a Nes Black&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2147\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2130 status-publish instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%94%e1%80%ac%e1%80%94%e1%80%90%e1%80%ba%e1%80%9e%e1%80%ae%e1%80%b8pineapple-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2130\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2130\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102c\u1014\u1010\u103a\u101e\u102e\u1038\nPineapple Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2130\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2130\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2130\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1014\u102c\u1014\u1010\u103a\u101e\u102e\u1038\nPineapple Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1014\u102c\u1014\u1010\u103a\u101e\u102e\u1038\nPineapple Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2130\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2131 status-publish instock product_cat-77 has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1500\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-1500x1500.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-1500x1500.jpg 1500w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-150x150.jpg 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a-100x100.jpg 100w\" sizes=\"auto, (max-width: 1500px) 100vw, 1500px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%84%e1%80%ba%e1%80%99%e1%80%be%e1%80%8a%e1%80%b7%e1%80%ba%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%bapassion-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2131\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2131\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aPassion Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2131\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2131\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2131\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aPassion Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1004\u103a\u1019\u103e\u100a\u1037\u103a\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103aPassion Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2131\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2132 status-publish last instock product_cat-77 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%95%e1%80%94%e1%80%ba%e1%80%b8%e1%80%9e%e1%80%ae%e1%80%b8%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%baapple-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2132\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2132\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nApple Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2132\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2132\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2132\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nApple Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1015\u1014\u103a\u1038\u101e\u102e\u1038\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nApple Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2132\" 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=\"content16\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories16\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper16\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2122 status-publish first instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%81%80%e1%80%ab%e1%80%b8%e1%80%95%e1%80%9c%e1%80%af%e1%80%90%e1%80%ba-%e1%80%94%e1%80%bd%e1%80%ac%e1%80%b8%e1%80%94%e1%80%ad%e1%80%af%e1%80%b7\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2122\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2122\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1040\u102b\u1038\u1015\u101c\u102f\u1010\u103a \u1014\u103d\u102c\u1038\u1014\u102d\u102f\u1037&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2122\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2122\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2122\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1040\u102b\u1038\u1015\u101c\u102f\u1010\u103a \u1014\u103d\u102c\u1038\u1014\u102d\u102f\u1037&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1040\u102b\u1038\u1015\u101c\u102f\u1010\u103a \u1014\u103d\u102c\u1038\u1014\u102d\u102f\u1037&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2122\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2088 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/blue-ocean\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2088\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2088\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blue Ocean&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2088\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2088\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2088\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blue Ocean&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Blue Ocean&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2088\" 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-center product type-product post-2089 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/green-apple\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2089\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2089\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Green Apple&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2089\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2089\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2089\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Green Apple&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Green Apple&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2089\" 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-center product type-product post-2090 status-publish last instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/hot-lemon-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2090\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2090\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Hot Lemon Tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2090\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2090\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2090\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Hot Lemon Tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Hot Lemon Tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2090\" 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-center product type-product post-2091 status-publish first instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/ice-black\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2091\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2091\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice black&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2091\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2091\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2091\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice black&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Ice black&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2091\" 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-center product type-product post-2092 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/ice-cofee\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2092\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2092\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice Cofee&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2092\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2092\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2092\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice Cofee&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Ice Cofee&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2092\" 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-center product type-product post-2094 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/ice-tea-2\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2094\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2094\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2094\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2094\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2094\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Ice tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Ice tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2094\" 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-center product type-product post-2093 status-publish last instock product_cat-soda has-post-thumbnail shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1500\" height=\"1462\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/2025\/12\/Iced-Lemon-Tea-\u101e\u1036\u1010\u1031\u102c\u103a\u1006\u1004\u1037\u103a-1500x1462.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/ice-lemon-tea\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2093\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2093\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Iced lemon tea&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2093\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2093\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2093\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Iced lemon tea&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Iced lemon tea&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2093\" 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-center product type-product post-2113 status-publish first instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac-%e1%80%9e%e1%80%b6%e1%80%95%e1%80%af%e1%80%9b%e1%80%ac\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2113\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2113\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c \u101e\u1036\u1015\u102f\u101b\u102c&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2113\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2113\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2113\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c \u101e\u1036\u1015\u102f\u101b\u102c&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c \u101e\u1036\u1015\u102f\u101b\u102c&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2113\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2116 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%80%e1%80%ba%e1%80%80%e1%80%bc%e1%80%b1%e1%80%ac%e1%80%96%e1%80%bb%e1%80%b1%e1%80%ac%e1%80%ba%e1%80%9b%e1%80%8a%e1%80%bagalatine-juice\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2116\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2116\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nGalatine Juice&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2116\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2116\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2116\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nGalatine Juice&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103b\u1031\u102c\u1000\u103a\u1000\u103c\u1031\u102c\u1016\u103b\u1031\u102c\u103a\u101b\u100a\u103a\nGalatine Juice&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2116\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2124 status-publish instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%bc%e1%80%b6%e1%80%9b%e1%80%8a%e1%80%ba\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2124\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2124\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1036\u101b\u100a\u103a&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2124\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2124\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2124\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u103c\u1036\u101b\u100a\u103a&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u103c\u1036\u101b\u100a\u103a&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2124\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n<div class=\"woocommerce-product-full-description\"><\/div><\/div><\/li>\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2095 status-publish last instock product_cat-soda shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/%e1%80%80%e1%80%ae%e1%80%9d%e1%80%ae%e1%80%86%e1%80%ad%e1%80%af%e1%80%92%e1%80%abkiwi-soda\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2095\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2095\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u102e\u101d\u102e\u1006\u102d\u102f\u1012\u102b\nKiwi Soda&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2095\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2095\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2095\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;\u1000\u102e\u101d\u102e\u1006\u102d\u102f\u1012\u102b\nKiwi Soda&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u1000\u102e\u101d\u102e\u1006\u102d\u102f\u1012\u102b\nKiwi Soda&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2095\" 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=\"content17\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories17\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper17\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-2075 status-publish first instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/avocado-milkshake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2075\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2075\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado Milkshake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2075\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2075\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2075\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Avocado Milkshake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Avocado Milkshake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2075\" 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-center product type-product post-2061 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/blueberry\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2061\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2061\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2061\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2061\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2061\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Blueberry&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2061\" 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-center product type-product post-2062 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/blueberry-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2062\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2062\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry  Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2062\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2062\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2062\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry  Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Blueberry  Milk Shake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2062\" 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-center product type-product post-2063 status-publish last instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/blueberry-smoothie\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2063\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2063\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry Smoothie&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2063\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2063\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2063\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Blueberry Smoothie&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Blueberry Smoothie&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2063\" 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-center product type-product post-2064 status-publish first instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/bubble-teagreen\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2064\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2064\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Green)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2064\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2064\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2064\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Green)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bubble Tea(Green)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2064\" 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-center product type-product post-2065 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/bubble-teamilk\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2065\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2065\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Milk)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2065\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2065\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2065\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Milk)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bubble Tea(Milk)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2065\" 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-center product type-product post-2066 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/bubble-teataro\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2066\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2066\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Taro)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2066\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2066\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2066\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Taro)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bubble Tea(Taro)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2066\" 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-center product type-product post-2067 status-publish last instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/bubble-teathai\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2067\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2067\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Thai)&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2067\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2067\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2067\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Bubble Tea(Thai)&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Bubble Tea(Thai)&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2067\" 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-center product type-product post-2068 status-publish first instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/chocalate-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2068\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2068\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chocalate Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2068\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2068\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2068\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Chocalate Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Chocalate Milk Shake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2068\" 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-center product type-product post-2087 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/coconut-smoothie\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2087\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2087\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Coconut Smoothie&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2087\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2087\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2087\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Coconut Smoothie&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Coconut Smoothie&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2087\" 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-center product type-product post-2069 status-publish instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/kiwi-milk-shake\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2069\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2069\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;KiWi  Milk Shake&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2069\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2069\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2069\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;KiWi  Milk Shake&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;KiWi  Milk Shake&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2069\" 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-center product type-product post-2086 status-publish last instock product_cat-smoothies shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/kiwi-smoothie\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=2086\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2086\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Kiwi Smoothie&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=2086\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_2086\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"2086\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Kiwi Smoothie&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Kiwi Smoothie&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_2086\" 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=\"content18\">\n        <div class=\"search-box\">\n          <input type=\"text\" id=\"searchCategories18\" placeholder=\"Search\" \/>\n          <button type=\"submit\" class=\"search-btn\">\n            <i class=\"fas fa-search\"><\/i>\n          <\/button>\n        <\/div>\n        <div id=\"categoriesWrapper18\"><div class=\"woocommerce columns-4 \"><ul class=\"products columns-4\">\n<li class=\"desktop-align-left tablet-align-left mobile-align-center product type-product post-1966 status-publish first instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/carabaro\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1966\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1966\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Carabaro&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1966\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1966\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1966\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Carabaro&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Carabaro&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1966\" 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-center product type-product post-1967 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/cocacola\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1967\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1967\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Cocacola&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1967\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1967\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1967\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Cocacola&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Cocacola&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1967\" 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-center product type-product post-1968 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/lipo\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1968\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1968\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lipo&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1968\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1968\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1968\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Lipo&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Lipo&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1968\" 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-center product type-product post-1969 status-publish last instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/m-150\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1969\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1969\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;M-150&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1969\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1969\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1969\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;M-150&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;M-150&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1969\" 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-center product type-product post-1970 status-publish first instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/mevius\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1970\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1970\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Mevius&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1970\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1970\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1970\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Mevius&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Mevius&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1970\" 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-center product type-product post-1978 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/mevius-sky-blue\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1978\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1978\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Mevius Sky blue&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1978\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1978\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1978\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Mevius Sky blue&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Mevius Sky blue&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1978\" 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-center product type-product post-1976 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/pesi\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1976\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1976\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Pesi&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1976\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1976\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1976\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Pesi&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Pesi&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1976\" 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-center product type-product post-1971 status-publish last instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/redbull\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1971\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1971\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Redbull&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1971\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1971\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1971\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Redbull&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Redbull&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1971\" 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-center product type-product post-1972 status-publish first instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/shark\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1972\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1972\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Shark&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1972\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1972\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1972\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Shark&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Shark&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1972\" 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-center product type-product post-1973 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/sprite\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1973\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1973\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sprite&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1973\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1973\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1973\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sprite&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Sprite&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1973\" 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-center product type-product post-1977 status-publish instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/sting\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1977\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1977\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sting&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1977\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1977\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1977\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sting&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Sting&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1977\" 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-center product type-product post-1974 status-publish last instock product_cat-70 shipping-taxable purchasable product-type-simple\">\n\t\r\n    <!-- Mobile-specific styling -->\r\n   <style>\r\n        .woocommerce ul.products {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 16px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product {\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 12px;\r\n            padding: 12px;\r\n            background: #fff;\r\n            border-radius: 10px;\r\n            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);\r\n        }\r\n\r\n        .woocommerce ul.products li.product img {\r\n            width: 100%;\r\n            height: auto;\r\n            object-fit: cover;\r\n            border-radius: 10px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-info {\r\n            flex: 1;\r\n            display: flex;\r\n            flex-direction: column;\r\n            gap: 6px;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .info-top {\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: flex-start;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .woocommerce-loop-product__title {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #000;\r\n            margin: 0;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .price {\r\n            font-size: 1rem;\r\n            font-weight: 700;\r\n            color: #ff5e00;\r\n            margin: 0;\r\n            white-space: nowrap;\r\n        }\r\n\r\n        .woocommerce ul.products li.product .product-description {\r\n            font-size: 0.875rem;\r\n            color: #555;\r\n            margin: 0;\r\n            line-height: 1.4;\r\n        }\r\n      \r\n  @media (max-width: 544px) {\r\n            .woocommerce ul.products li.product {\r\n                flex-direction: row;\r\n                align-items: flex-start;\r\n            }\r\n\r\n            .woocommerce ul.products li.product img {\r\n                width: 140px;\r\n                height: 140px;\r\n                flex-shrink: 0;\r\n            }\r\n        }\r\n    <\/style>\r\n\r\n    <img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"1200\" src=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Placeholder\" srcset=\"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder.png 1200w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-300x300.png 300w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-150x150.png 150w, https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-content\/uploads\/sites\/176\/woocommerce-placeholder-768x768.png 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\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:\/\/mm.ezyqrmenu.com\/thantawsint\/product\/sunkist\/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><\/a><a href=\"?add-to-cart=1974\" data-quantity=\"1\" class=\"ast-on-card-button ast-select-options-trigger product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1974\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sunkist&rdquo;\" rel=\"nofollow\"> <span class=\"ast-card-action-tooltip\"> Add to cart <\/span> <span class=\"ahfb-svg-iconset\"> <span class=\"ast-icon icon-bag\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" version=\"1.1\" id=\"ast-bag-icon-svg\" x=\"0px\" y=\"0px\" width=\"100\" height=\"100\" viewBox=\"826 826 140 140\" enable-background=\"new 826 826 140 140\" xml:space=\"preserve\">\n\t\t\t\t<path d=\"M960.758,934.509l2.632,23.541c0.15,1.403-0.25,2.657-1.203,3.761c-0.953,1.053-2.156,1.579-3.61,1.579H833.424  c-1.454,0-2.657-0.526-3.61-1.579c-0.952-1.104-1.354-2.357-1.203-3.761l2.632-23.541H960.758z M953.763,871.405l6.468,58.29H831.77  l6.468-58.29c0.15-1.203,0.677-2.218,1.58-3.045c0.903-0.827,1.981-1.241,3.234-1.241h19.254v9.627c0,2.658,0.94,4.927,2.82,6.807  s4.149,2.82,6.807,2.82c2.658,0,4.926-0.94,6.807-2.82s2.821-4.149,2.821-6.807v-9.627h28.882v9.627  c0,2.658,0.939,4.927,2.819,6.807c1.881,1.88,4.149,2.82,6.807,2.82s4.927-0.94,6.808-2.82c1.879-1.88,2.82-4.149,2.82-6.807v-9.627  h19.253c1.255,0,2.332,0.414,3.235,1.241C953.086,869.187,953.612,870.202,953.763,871.405z M924.881,857.492v19.254  c0,1.304-0.476,2.432-1.429,3.385s-2.08,1.429-3.385,1.429c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.43-2.081-1.43-3.385  v-19.254c0-5.315-1.881-9.853-5.641-13.613c-3.76-3.761-8.298-5.641-13.613-5.641s-9.853,1.88-13.613,5.641  c-3.761,3.76-5.641,8.298-5.641,13.613v19.254c0,1.304-0.476,2.432-1.429,3.385c-0.953,0.953-2.081,1.429-3.385,1.429  c-1.303,0-2.432-0.477-3.384-1.429c-0.953-0.953-1.429-2.081-1.429-3.385v-19.254c0-7.973,2.821-14.779,8.461-20.42  c5.641-5.641,12.448-8.461,20.42-8.461c7.973,0,14.779,2.82,20.42,8.461C922.062,842.712,924.881,849.519,924.881,857.492z\" \/>\n\t\t\t\t<\/svg><\/span> <\/span> <\/a><a href=\"?add-to-cart=1974\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_1974\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart\" data-product_id=\"1974\" data-product_sku=\"\" aria-label=\"Add to cart: &ldquo;Sunkist&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;Sunkist&rdquo; has been added to your cart\">Add to cart<\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_1974\" 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=\"content19\">\n  <div id=\"categoriesWrapper19\">\n    <h4>Location<\/h4>\n    \n    <p>\n     <i class=\"fas fa-map-marker-alt\" style=\"color: red;\"><\/i>\n\n      <a href=\"https:\/\/maps.app.goo.gl\/ysLbTnmFionX64ro7\" target=\"_blank\" style=\"text-decoration: none; color: black;\">\n     Than Taw Sint Tea Shop\n      <\/a>\n    <\/p>\n\n  <p>\n      <i class=\"fas fa-phone\" style=\"color: #2bc716;\"><\/i>\n      <a href=\"tel:+959421009070\" style=\"text-decoration: none; color: black;\">\n        09421009070\n      <\/a>\n    <\/p>\n\n    <p>\n      <i class=\"fas fa-envelope\" style=\"color: #e0cf0b;\"><\/i>\n      <a href=\"thantawsint@gmail.com \" style=\"text-decoration: none; color: black;\">\n        Than Taw Sint Tea Shop \n      <\/a>\n    <\/p>\n\n    <!-- Share Location Button -->\n    <p>\n      <button onclick=\"shareLocation()\" style=\"padding: 8px 16px; border: none; background-color: black;border:1px solid white; color: white; border-radius: 5px; cursor: pointer;\">\n        Share Location\n      <\/button>\n    <\/p>\n\n    <!-- Google Map -->\n    <div style=\" padding: 20px; display: inline-block;\">\n<iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m17!1m12!1m3!1d3818.8583142007024!2d96.1658333!3d16.833383599999998!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m2!1m1!2zMTbCsDUwJzAwLjIiTiA5NsKwMDknNTcuMCJF!5e0!3m2!1sen!2smm!4v1765375046919!5m2!1sen!2smm\" width=\"600\" height=\"450\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"><\/iframe>\n<\/div>\n\n  <\/div>\n<\/div>\n\n<!-- Share Script -->\n<script>\n  function shareLocation() {\n    const locationUrl = 'https:\/\/maps.app.goo.gl\/ysLbTnmFionX64ro7';\n    if (navigator.share) {\n      navigator.share({\n        title: 'Our Location',\n        url: locationUrl\n      }).catch((error) => console.log('Error sharing', error));\n    } else {\n      navigator.clipboard.writeText(locationUrl).then(() => {\n        alert('Location link copied to clipboard!');\n      });\n    }\n  }\n<\/script>\n\n<div class=\"tab-content\" id=\"content20\">\n         <h4>Customer Feedback<\/h4>\n        <div id=\"categoriesWrapper20\">\n<div class=\"wpcf7 no-js\" id=\"wpcf7-f183-o1\" lang=\"en-US\" dir=\"ltr\" data-wpcf7-id=\"183\">\n<div class=\"screen-reader-response\"><p role=\"status\" aria-live=\"polite\" aria-atomic=\"true\"><\/p> <ul><\/ul><\/div>\n<form action=\"\/thantawsint\/wp-json\/wp\/v2\/pages\/974#wpcf7-f183-o1\" method=\"post\" class=\"wpcf7-form init\" aria-label=\"Contact form\" novalidate=\"novalidate\" data-status=\"init\">\n<div style=\"display: none;\">\n<input type=\"hidden\" name=\"_wpcf7\" value=\"183\" \/>\n<input type=\"hidden\" name=\"_wpcf7_version\" value=\"6.0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_locale\" value=\"en_US\" \/>\n<input type=\"hidden\" name=\"_wpcf7_unit_tag\" value=\"wpcf7-f183-o1\" \/>\n<input type=\"hidden\" name=\"_wpcf7_container_post\" value=\"0\" \/>\n<input type=\"hidden\" name=\"_wpcf7_posted_data_hash\" value=\"\" \/>\n<\/div>\n<p><label> \u1021\u1000\u103c\u1031\u102c\u1004\u103a\u1038\u1021\u101b\u102c\u200c\u101b\u103d\u1031\u1038\u1001\u103b\u101a\u103a\u1015\u1031\u1038\u1015\u102b <\/label><br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-feedback\"><span class=\"wpcf7-form-control wpcf7-checkbox wpcf7-validates-as-required\"><span class=\"wpcf7-list-item first\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u1021\u1005\u102c\u1038\u1021\u101e\u1031\u102c\u1000\u103a\" \/><span class=\"wpcf7-list-item-label\">\u1021\u1005\u102c\u1038\u1021\u101e\u1031\u102c\u1000\u103a<\/span><\/label><\/span><span class=\"wpcf7-list-item\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u101d\u1014\u103a\u1006\u1031\u102c\u1004\u103a\u1019\u103e\u102f\" \/><span class=\"wpcf7-list-item-label\">\u101d\u1014\u103a\u1006\u1031\u102c\u1004\u103a\u1019\u103e\u102f<\/span><\/label><\/span><span class=\"wpcf7-list-item last\"><label><input type=\"checkbox\" name=\"your-feedback[]\" value=\"\u1021\u1001\u103c\u102c\u1038\" \/><span class=\"wpcf7-list-item-label\">\u1021\u1001\u103c\u102c\u1038<\/span><\/label><\/span><\/span><\/span>\n<\/p>\n<p><label> \u1024\u1014\u1031\u101b\u102c\u1010\u103d\u1004\u103a \u1021\u1000\u103c\u1036\u1015\u103c\u102f\u1005\u102c\u101b\u1031\u1038\u1015\u102b<br \/>\n<span class=\"wpcf7-form-control-wrap\" data-name=\"your-message\"><textarea cols=\"40\" rows=\"10\" maxlength=\"2000\" class=\"wpcf7-form-control wpcf7-textarea\" aria-invalid=\"false\" name=\"your-message\"><\/textarea><\/span> <\/label>\n<\/p>\n<p><input class=\"wpcf7-form-control wpcf7-submit has-spinner\" type=\"submit\" value=\"\u1015\u1031\u1038\u1015\u102d\u102f\u1037\u101b\u1014\u103a\" \/>\n<\/p><div class=\"wpcf7-response-output\" aria-hidden=\"true\"><\/div>\n<\/form>\n<\/div>\n<\/div>\n      <\/div>\n<\/div>\n\n  <script>\n    function toggleInfoCard() {\n      const card = document.getElementById(\"infoCard\");\n      const chevron = document.getElementById(\"chevronIcon\");\n      const isOpen = card.style.display === \"block\";\n      card.style.display = isOpen ? \"none\" : \"block\";\n      chevron.classList.toggle(\"rotate\", !isOpen);\n    }\n\n    function scrollTabs(amount) {\n      document.getElementById('tabScroll').scrollLeft += amount;\n    }\n\n    const tabs = document.querySelectorAll('input[name=\"tabs\"]');\n    const contents = document.querySelectorAll('.tab-content');\n\n    function updateTabContent() {\n      contents.forEach((content, index) => {\n        content.style.display = tabs[index].checked ? 'block' : 'none';\n      });\n    }\n\n    tabs.forEach(tab => tab.addEventListener('change', updateTabContent));\n    updateTabContent(); \/\/ initialize\n\n    function toggleDarkMode() {\n      document.body.classList.toggle(\"dark-mode\");\n    }\n  <\/script>\n<\/body>\n<\/html>","protected":false},"excerpt":{"rendered":"<p>Info Dropdown Combined Example Menu Example Info Phone, Address Info 09421009070 Than Taw Sint Tea Shop \u276e \u101c\u1000\u103a\u1016\u1000\u103a\u101b\u100a\u103a \u1011\u1019\u1004\u103a\u1038\u1000\u103c\u1031\u102c\u103a \u1011\u1019\u1004\u103a\u1038 [&hellip;]<\/p>\n","protected":false},"author":27,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"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-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":"","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-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":"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":""},"mobile":{"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":""}},"footnotes":""},"class_list":["post-974","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/pages\/974","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/users\/27"}],"replies":[{"embeddable":true,"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/comments?post=974"}],"version-history":[{"count":35,"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/pages\/974\/revisions"}],"predecessor-version":[{"id":2153,"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/pages\/974\/revisions\/2153"}],"wp:attachment":[{"href":"https:\/\/mm.ezyqrmenu.com\/thantawsint\/wp-json\/wp\/v2\/media?parent=974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}