{"id":399,"date":"2025-05-12T10:10:20","date_gmt":"2025-05-12T06:40:20","guid":{"rendered":"https:\/\/cafenoon.ir\/menu\/?page_id=399"},"modified":"2026-06-07T18:05:16","modified_gmt":"2026-06-07T14:35:16","slug":"%d9%85%d9%86%d9%88","status":"publish","type":"page","link":"https:\/\/cafenoon.ir\/menu\/","title":{"rendered":"\u0645\u0646\u0648"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"399\" class=\"elementor elementor-399\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3758d9 e-con-full e-flex e-con e-parent\" data-id=\"e3758d9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:1,&quot;sticky_effects_offset&quot;:5,&quot;sticky_on&quot;:[&quot;desktop&quot;,&quot;laptop&quot;,&quot;tablet_extra&quot;,&quot;tablet&quot;,&quot;mobile&quot;],&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9d193e3 elementor-widget elementor-widget-shortcode\" data-id=\"9d193e3\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\"><div class=\"woo-category-buttons-container\"><a href=\"#hot-coffee\" class=\"woo-category-button\" data-category=\"hot-coffee\">\u0642\u0647\u0648\u0647 \u06af\u0631\u0645<\/a><a href=\"#brewed-coffee\" class=\"woo-category-button\" data-category=\"brewed-coffee\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc<\/a><a href=\"#cold-coffee\" class=\"woo-category-button\" data-category=\"cold-coffee\">\u0642\u0647\u0648\u0647 \u0633\u0631\u062f<\/a><a href=\"#protein-bar\" class=\"woo-category-button\" data-category=\"protein-bar\">\u067e\u0631\u0648 \u0634\u06cc\u06a9<\/a><a href=\"#non-coffee-drinks\" class=\"woo-category-button\" data-category=\"non-coffee-drinks\">\u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0628\u062f\u0648\u0646 \u0642\u0647\u0648\u0647<\/a><a href=\"#cold-drink\" class=\"woo-category-button\" data-category=\"cold-drink\">\u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0633\u0631\u062f<\/a><a href=\"#macha\" class=\"woo-category-button\" data-category=\"macha\">\u0645\u0627\u0686\u0627<\/a><a href=\"#cakes-and-desserts\" class=\"woo-category-button\" data-category=\"cakes-and-desserts\">\u06a9\u06cc\u06a9 \u0648 \u062f\u0633\u0631<\/a><a href=\"#breakfast-and-snacks\" class=\"woo-category-button\" data-category=\"breakfast-and-snacks\">\u0635\u0628\u062d\u0627\u0646\u0647 \u0648 \u0645\u06cc\u0627\u0646 \u0648\u0639\u062f\u0647<\/a><a href=\"#granola-bar\" class=\"woo-category-button\" data-category=\"granola-bar\">\u06af\u0631\u0627\u0646\u0648\u0644\u0627 \u0628\u0627\u0631<\/a><a href=\"#coffee-beans\" class=\"woo-category-button\" data-category=\"coffee-beans\">\u062f\u0627\u0646\u0647 \u0642\u0647\u0648\u0647<\/a><a href=\"#products-store\" class=\"woo-category-button\" data-category=\"products-store\">\u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0641\u0631\u0648\u0634\u06af\u0627\u0647<\/a><a href=\"#concealer\" class=\"woo-category-button\" data-category=\"concealer\">\u06a9\u0646\u0633\u06cc\u0644\u0631<\/a><\/div>\r\n<script type=\"text\/javascript\">\r\n(function($) {\r\n    $(document).ready(function() {\r\n        var scrollOffset = 100;\r\n        \r\n        \/\/ \u062a\u0627\u0628\u0639 \u062c\u062f\u06cc\u062f \u0628\u0631\u0627\u06cc \u0627\u0633\u06a9\u0631\u0648\u0644 \u0627\u0641\u0642\u06cc \u0628\u0647 \u062f\u06a9\u0645\u0647 active\r\n        function scrollToActiveButton(activeButton) {\r\n            if (activeButton.length) {\r\n                var container = $('.woo-category-buttons-container');\r\n                var buttonPosition = activeButton.position().left;\r\n                var containerScrollLeft = container.scrollLeft();\r\n                var containerWidth = container.outerWidth();\r\n                var buttonWidth = activeButton.outerWidth();\r\n                \r\n                \/\/ Calculate the target scroll position (button position relative to container + current scroll - 16px margin)\r\n                var targetScrollLeft = containerScrollLeft + buttonPosition - 16;\r\n                \r\n                \/\/ Check if button is outside visible area\r\n                var buttonRightEdge = buttonPosition + buttonWidth;\r\n                var visibleRightEdge = containerWidth;\r\n                \r\n                \/\/ If button is not fully visible, scroll to show it\r\n                if (buttonPosition < 0 || buttonRightEdge > visibleRightEdge) {\r\n                    container.animate({\r\n                        scrollLeft: targetScrollLeft\r\n                    }, 300); \/\/ Smooth animation 300ms\r\n                }\r\n            }\r\n        }\r\n        \r\n        \/\/ Function to highlight active button based on scroll position\r\n        function updateActiveButton() {\r\n            var scrollPosition = $(window).scrollTop() + scrollOffset;\r\n            var currentSection = null;\r\n            \r\n            \/\/ Find the current section being viewed\r\n            $('.woo-category-button').each(function() {\r\n                var target = $(this).attr('href');\r\n                var targetElement = $(target);\r\n                \r\n                if (targetElement.length) {\r\n                    var sectionTop = targetElement.offset().top;\r\n                    var sectionBottom = sectionTop + targetElement.outerHeight();\r\n                    \r\n                    if (scrollPosition >= sectionTop && scrollPosition < sectionBottom) {\r\n                        currentSection = target;\r\n                        return false; \/\/ Break the loop\r\n                    }\r\n                }\r\n            });\r\n            \r\n            \/\/ Update active class\r\n            if (currentSection) {\r\n                $('.woo-category-button').removeClass('active');\r\n                var activeButton = $('.woo-category-button[href=\"' + currentSection + '\"]');\r\n                activeButton.addClass('active');\r\n                \r\n                \/\/ Auto scroll to active button horizontally\r\n                scrollToActiveButton(activeButton);\r\n            }\r\n        }\r\n        \r\n        \/\/ Throttle function to improve performance\r\n        function throttle(func, limit) {\r\n            var inThrottle;\r\n            return function() {\r\n                var args = arguments;\r\n                var context = this;\r\n                if (!inThrottle) {\r\n                    func.apply(context, args);\r\n                    inThrottle = true;\r\n                    setTimeout(function() {\r\n                        inThrottle = false;\r\n                    }, limit);\r\n                }\r\n            };\r\n        }\r\n        \r\n        \/\/ Handle scroll events with throttling\r\n        $(window).on('scroll', throttle(updateActiveButton, 100));\r\n        \r\n        \/\/ Handle button click\r\n        $('.woo-category-button').on('click', function(e) {\r\n            \/\/ Remove active class from all buttons\r\n            $('.woo-category-button').removeClass('active');\r\n            \r\n            \/\/ Add active class to clicked button\r\n            $(this).addClass('active');\r\n            \r\n            \/\/ Auto scroll to clicked button horizontally\r\n            scrollToActiveButton($(this));\r\n            \r\n            \/\/ Smooth scroll to the anchor\r\n            var target = $(this.getAttribute('href'));\r\n            if(target.length) {\r\n                e.preventDefault();\r\n                \r\n                \/\/ Calculate scroll position with offset\r\n                var scrollTo = target.offset().top - (scrollOffset - 50);\r\n                \r\n                $('html, body').animate({\r\n                    scrollTop: scrollTo\r\n                }, 500, function() {\r\n                    \/\/ Update active button after scroll animation completes\r\n                    setTimeout(updateActiveButton, 50);\r\n                });\r\n            }\r\n        });\r\n        \r\n        \/\/ Initialize active button on page load\r\n        setTimeout(function() {\r\n            updateActiveButton();\r\n            \r\n            \/\/ Also check for hash in URL\r\n            var hash = window.location.hash;\r\n            if (hash) {\r\n                var targetButton = $('.woo-category-button[href=\"' + hash + '\"]');\r\n                if (targetButton.length) {\r\n                    targetButton.trigger('click');\r\n                }\r\n            }\r\n        }, 100);\r\n        \r\n        \/\/ Update active button on resize (in case layout changes)\r\n        $(window).on('resize', throttle(updateActiveButton, 250));\r\n    });\r\n})(jQuery);\r\n<\/script>\r\n        \r\n        <style type=\"text\/css\">\r\n        .woo-category-buttons-container {\r\n            display: flex;\r\n            flex-wrap: nowrap;\r\n            gap: 10px;\r\n            position: sticky;\r\n            top: 20px;\r\n            background: rgba(255, 255, 255, 0.95);\r\n            padding: 16px 12px;\r\n            border-radius: 0px;\r\n\/*             box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); *\/\r\n            backdrop-filter: blur(10px);\r\n            z-index: 100;\r\n        }\r\n        \r\n        .woo-category-button {\r\n            display: inline-block;\r\n            padding: 10px 18px;\r\n            background-color: #f8f9fa;\r\n            border: 2px solid #e9ecef;\r\n            border-radius: 25px;\r\n            text-decoration: none;\r\n            color: #495057;\r\n            font-weight: 500;\r\n            font-size: 14px;\r\n            transition: all 0.3s ease;\r\n            position: relative;\r\n        }\r\n        \r\n        .woo-category-button:hover {\r\n            background-color: #e9ecef;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\r\n            text-decoration: none;\r\n        }\r\n        \r\n        .woo-category-button.active {\r\n            background-color: #007cba;\r\n            color: white;\r\n            border-color: #007cba;\r\n            transform: translateY(-2px);\r\n            box-shadow: 0 4px 8px rgb(218 119 41 \/ 40%);\r\n        }\r\n        \r\n        .woo-category-button.active:hover {\r\n            background-color: #005a87;\r\n            border-color: #005a87;\r\n        }\r\n        \r\n        \/* Add a subtle animation effect *\/\r\n        .woo-category-button::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: -100%;\r\n            width: 100%;\r\n            height: 100%;\r\n            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);\r\n            transition: left 0.5s;\r\n        }\r\n        \r\n        .woo-category-button:hover::before {\r\n            left: 100%;\r\n        }\r\n\t\t\t.woo-category-buttons-container {\r\n\t\t\t\tdisplay: flex;\r\n\t\t\t\tflex-wrap: nowrap !Important;\r\n\t\t\t\tgap: 10px;\r\n\t\t\t\tflex-direction: row;\r\n\t\t\t}\r\n\t\t\ta.woo-category-button {\r\n\t\t\t\twhite-space: nowrap;\r\n\t\t\t\tfont-size: 14px;\r\n\t\t\t\tpadding: 8px 12px;\r\n\t\t\t}\r\n\t\t\t.woo-category-buttons-container {\r\n\t\t\t\toverflow-x: scroll;\r\n\t\t\t}\r\n\t\t\t.woo-category-button.active {\r\n\t\t\t\tbackground-color: #d8742b !Important;\r\n\t\t\t\tcolor: white !Important;\r\n\t\t\t\tborder-color: #d8742b !Important;\r\n\t\t\t}\r\n\t\t\ta.woo-category-button:last-child {\r\n\t\t\t\tmargin-left: 16px;\r\n\t\t\t}        \r\n        \/* Responsive design *\/\r\n        @media (max-width: 768px) {\r\n            .woo-category-buttons-container {\r\n                position: static;\r\n                padding: 10px;\r\n                gap: 8px;\r\n            }\r\n            .woo-category-button {\r\n                padding: 8px 14px;\r\n                font-size: 14px;\r\n            }\r\n\t\t\ta.woo-category-button {\r\n\t\t\t\tfont-size: 13px;\r\n\t\t\t\tpadding: 8px 12px;\r\n\t\t\t}\r\n\t\t\t.woo-category-buttons-container {\r\n\t\t\t\tgap: 4px;\r\n\t\t\t}\r\n        }\r\n        <\/style>\r\n        <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7209fd2 e-con-full e-flex e-con e-parent\" data-id=\"7209fd2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-6441fb6 e-con-full e-flex e-con e-child\" data-id=\"6441fb6\" data-element_type=\"container\" id=\"hot-coffee\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e89d65 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3e89d65\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-48bf7c2 elementor-widget elementor-widget-heading\" data-id=\"48bf7c2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0642\u0647\u0648\u0647 \u06af\u0631\u0645<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-149142c elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"149142c\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-9e0a6b8 elementor-grid-1 elementor-grid-tablet-1 just-product-loop elementor-widget__width-inherit elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"9e0a6b8\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;columns_tablet&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t<style id=\"loop-180\">.pvwe-quantity {\n    display: none;\n}\nspan.pvwe-label {\n    border: 1px solid #646c7f;\n        padding: 4px 4px;\n    border-radius: 4px;\n    background: white;\n    font-size: 13px;\n}\n\n.pvwe-button {\n    display: inline-block;\n    padding: 4px 14px;\n    border: unset;\n    border-radius: 8px;\n    cursor: pointer;\n    background: unset;\n    transition: all 0.2s ease;\n}\nspan.pvwe-button {\n    display: flex\n;\n    flex-direction: column;\n    align-items: center;\n    gap: 0px;\n}\nspan.pvwe-button {\n    padding: 0px !important;\n}\n.pvwe-variations {\n    display: flex;\n    flex-direction: row;\n    flex-wrap: nowrap;\n    gap: 8px;\n    justify-content: center;\n}\nlabel.pvwe-variation-option {\n    margin: 0px !important;\n}\nspan.pvwe-price {\n    background: linear-gradient(0deg, rgba(255, 255, 255, 0.42) -19.77%, rgba(255, 152, 76, 0.42) 159.3%);\n    color: #9D5A21 !important;\n    padding: 8px 8px 12px 8px;\n    font-size: 13px;\n    border-radius: 0px 0px 24px 24px;\n    min-width: 42px;\n    text-align: center;\n}\n.pvwe-footer {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n}\n\n.pvwe-footer button.button.alt {\n    background: #D8742B;\n    border-radius: 0px 12px;\n    color: white;\n    border: unset !important;\n    padding: 6px 16px;\n    font-size: 14px;\n    font-weight: 400;\n}\n.pvwe-footer button.button.alt:hover {\n    background: #b9601e;\n}\n.pvwe-footer {\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    margin-top: 10px;\n}\nspan.pvwe-product-title {\n    color: #9D5A21;\n    font-size: 16px;\n    font-weight: 500;\n}\n\n\n.gradient-border {\n  position: relative;\n  padding: 1px;\n  border-radius: 12px; \n  background: linear-gradient(180deg, #52627E -31.25%, #FFFFFF 159.38%);\n}\n\n.gradient-border .content {\n  background: white;\n  border-radius: 12px;\n  padding: 0px;\n}\n.pvwe-variations {\n    margin-top: -16px;\n}\n\n.pvwe-simple-product-info {\n    display: flex;\n}\nform.pvwe-variation-form {\n    height: 90px;\n    display: flex\n;\n    flex-direction: column;\n    justify-content: space-between;\n}\n\n\n@media (max-width: 767px){\n    .pvwe-variations {\n    gap: 4px;\n}\n}\n.elementor-180 .elementor-element.elementor-element-38fa2d10{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-180 .elementor-element.elementor-element-e9fc139{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:8px 8px;--row-gap:8px;--column-gap:8px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-180 .elementor-element.elementor-element-fb0ee3d{width:var( --container-widget-width, 120px );max-width:120px;--container-widget-width:120px;--container-widget-flex-grow:0;}.elementor-180 .elementor-element.elementor-element-fb0ee3d > .elementor-widget-container{background-color:#E7E7E7;border-radius:0px 12px 12px 0px;}.elementor-180 .elementor-element.elementor-element-fb0ee3d img{width:100%;height:90px;object-fit:cover;object-position:center center;border-radius:0px 12px 12px 0px;}.elementor-180 .elementor-element.elementor-element-214aa5e{--display:flex;--justify-content:space-between;--align-items:stretch;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-180 .elementor-element.elementor-element-e9fc139{--flex-wrap:nowrap;}}<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2289 post-2289 product type-product status-publish product_cat-hot-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2289\" \/><input type=\"hidden\" name=\"product_id\" value=\"2289\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2290\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>212.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2291\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>223.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2292\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>176.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u0633\u067e\u0631\u0633\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2298 post-2298 product type-product status-publish product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2298\" \/><input type=\"hidden\" name=\"product_id\" value=\"2298\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2299\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>246.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2300\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>274.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2301\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>186.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u0633\u067e\u0631\u0633\u0648 \u0645\u0627\u06a9\u06cc\u0627\u062a\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2294 post-2294 product type-product status-publish product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2294\" \/><input type=\"hidden\" name=\"product_id\" value=\"2294\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2295\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>223.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2296\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>250.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2297\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>187.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u0645\u0631\u06cc\u06a9\u0627\u0646\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2302 post-2302 product type-product status-publish product_cat-hot-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2302\" \/><input type=\"hidden\" name=\"product_id\" value=\"2302\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2303\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>225.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2304\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>275.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2305\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>189.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u0631\u062a\u0627\u062f\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1952 post-1952 product type-product status-publish has-post-thumbnail product_cat-hot-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"893c2a949d4258c5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIxMCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvODkzYzJhOTQ5ZDQyNThjNS0xLmpwZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1.jpg\" class=\"attachment-medium size-medium wp-image-2210\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/893c2a949d4258c5-1-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1952\" \/><input type=\"hidden\" name=\"product_id\" value=\"1952\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1953\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>294.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1954\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>347.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1955\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>268.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0644\u0627\u062a\u0647 \u0633\u06cc\u0628 \u062f\u0627\u0631\u0686\u06cc\u0646<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1986 post-1986 product type-product status-publish has-post-thumbnail product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"8840719ab62791ff\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIwOCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvODg0MDcxOWFiNjI3OTFmZi5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff.jpg\" class=\"attachment-medium size-medium wp-image-2208\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/8840719ab62791ff-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1986\" \/><input type=\"hidden\" name=\"product_id\" value=\"1986\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2274\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>311.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2275\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2276\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>275.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0644\u0627\u062a\u0647 \u0644\u0648\u062a\u0648\u0633<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-678 post-678 product type-product status-publish has-post-thumbnail product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"cappuchino\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxOCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2FwcHVjaGluby5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1818\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cappuchino.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"678\" \/><input type=\"hidden\" name=\"product_id\" value=\"678\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1994\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>250.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1995\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>262.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"1996\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>214.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0627\u067e\u0648\u0686\u06cc\u0646\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-100 post-100 product type-product status-publish has-post-thumbnail product_cat-hot-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"caramel machiato\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgyMCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2FyYW1lbC1tYWNoaWF0by5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1820\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/caramel-machiato.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"100\" \/><input type=\"hidden\" name=\"product_id\" value=\"100\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2287\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>319.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2285\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>348.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2286\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>238.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0627\u0631\u0627\u0645\u0644 \u0645\u0627\u06a9\u06cc\u0627\u062a\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-91 post-91 product type-product status-publish has-post-thumbnail product_cat-hot-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"latte\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgyMiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvbGF0dGUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1822\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/latte.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"91\" \/><input type=\"hidden\" name=\"product_id\" value=\"91\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2009\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>276.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2010\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>305.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2011\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>226.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0644\u0627\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1524 post-1524 product type-product status-publish has-post-thumbnail product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"cinnamon latte\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3NywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2lubmFtb24tbGF0dGUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1777\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cinnamon-latte.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1524\" \/><input type=\"hidden\" name=\"product_id\" value=\"1524\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2006\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>276.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2007\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>329.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2008\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>240.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0644\u0627\u062a\u0647 \u062f\u0627\u0631\u0686\u06cc\u0646<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-96 post-96 product type-product status-publish has-post-thumbnail product_cat-hot-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"mocha\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgyMSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvbW9jaGEuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1821\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/mocha.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"96\" \/><input type=\"hidden\" name=\"product_id\" value=\"96\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2001\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>338.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2002\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>365.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2003\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>258.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0645\u0648\u06a9\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-236c035 e-con-full e-flex e-con e-child\" data-id=\"236c035\" data-element_type=\"container\" id=\"brewed-coffee\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3524791 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3524791\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-732f44c elementor-widget elementor-widget-heading\" data-id=\"732f44c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-64f3fc4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"64f3fc4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-f7e645c elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"f7e645c\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2143 post-2143 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a71c81c90c3980a3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYTcxYzgxYzkwYzM5ODBhMy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" class=\"attachment-medium size-medium wp-image-2144\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2143\" \/><input type=\"hidden\" name=\"product_id\" value=\"2143\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>224.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u06a9\u0627\u0641\u06cc \u062a\u0627\u06cc\u067e 1<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2145 post-2145 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a71c81c90c3980a3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYTcxYzgxYzkwYzM5ODBhMy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" class=\"attachment-medium size-medium wp-image-2144\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2145\" \/><input type=\"hidden\" name=\"product_id\" value=\"2145\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>286.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u06a9\u0627\u0641\u06cc \u062a\u0627\u06cc\u067e 2<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2146 post-2146 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a71c81c90c3980a3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYTcxYzgxYzkwYzM5ODBhMy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg\" class=\"attachment-medium size-medium wp-image-2144\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a71c81c90c3980a3-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2146\" \/><input type=\"hidden\" name=\"product_id\" value=\"2146\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>330.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u06a9\u0627\u0641\u06cc \u062a\u0627\u06cc\u067e 3<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2322 post-2322 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250409_234742_247\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc5MywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNDA5XzIzNDc0Ml8yNDcuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1793\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250409_234742_247.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2322\" \/><input type=\"hidden\" name=\"product_id\" value=\"2322\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>385.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u06a9\u0627\u0641\u06cc \u062a\u0627\u06cc\u067e 4<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2047 post-2047 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"bb10a0408b159ef0\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmIxMGEwNDA4YjE1OWVmMC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" class=\"attachment-medium size-medium wp-image-2140\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2047\" \/><input type=\"hidden\" name=\"product_id\" value=\"2047\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>224.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc \u062a\u0627\u06cc\u067e 1<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2141 post-2141 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"bb10a0408b159ef0\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmIxMGEwNDA4YjE1OWVmMC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" class=\"attachment-medium size-medium wp-image-2140\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2141\" \/><input type=\"hidden\" name=\"product_id\" value=\"2141\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>286.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc \u062a\u0627\u06cc\u067e 2<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2142 post-2142 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"bb10a0408b159ef0\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE0MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMVwvYmIxMGEwNDA4YjE1OWVmMC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg\" class=\"attachment-medium size-medium wp-image-2140\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/11\/bb10a0408b159ef0-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2142\" \/><input type=\"hidden\" name=\"product_id\" value=\"2142\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>330.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc \u062a\u0627\u06cc\u067e 3<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2319 post-2319 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191356_397\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2NiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTM1Nl8zOTcuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1866\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191356_397.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2319\" \/><input type=\"hidden\" name=\"product_id\" value=\"2319\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>385.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062f\u0645\u06cc \u062a\u0627\u06cc\u067e 4<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2147 post-2147 product type-product status-publish has-post-thumbnail product_cat-brewed-coffee last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"4c6258955d6b3f11\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIyMSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvNGM2MjU4OTU1ZDZiM2YxMS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11.jpg\" class=\"attachment-medium size-medium wp-image-2221\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/4c6258955d6b3f11-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2147\" \/><input type=\"hidden\" name=\"product_id\" value=\"2147\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>230.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u0631\u06af\u0648\u0644\u0627\u0631<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-998c201 e-con-full e-flex e-con e-child\" data-id=\"998c201\" data-element_type=\"container\" id=\"cold-coffee\">\n\t\t\t\t<div class=\"elementor-element elementor-element-827701d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"827701d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c0ac92e elementor-widget elementor-widget-heading\" data-id=\"c0ac92e\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0642\u0647\u0648\u0647 \u0633\u0631\u062f<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cdee92d elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"cdee92d\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-c30c899 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"c30c899\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2310 post-2310 product type-product status-publish product_cat-cold-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2310\" \/><input type=\"hidden\" name=\"product_id\" value=\"2310\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2311\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>262.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2312\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>273.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2313\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>225.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u0641\u0648\u06af\u0627\u062a\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2327 post-2327 product type-product status-publish product_cat-cold-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2327\" \/><input type=\"hidden\" name=\"product_id\" value=\"2327\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2328\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>287.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2329\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>298.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2330\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>251.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u0641\u0648\u06af\u0627\u062a\u0648 \u0646\u0648\u062a\u0644\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1545 post-1545 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250405_112424_040\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNDA1XzExMjQyNF8wNDAuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1774\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112424_040.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1545\" \/><input type=\"hidden\" name=\"product_id\" value=\"1545\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2013\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>212.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2014\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>223.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2015\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>176.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0627\u0633\u067e\u0631\u0633\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1540 post-1540 product type-product status-publish has-post-thumbnail product_cat-cold-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250504_164059_023 (2)\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNTA0XzE2NDA1OV8wMjMtMi5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1860\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164059_023-2.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1540\" \/><input type=\"hidden\" name=\"product_id\" value=\"1540\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2034\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>300.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2035\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>327.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2036\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>251.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0644\u0627\u062a\u0647 \u0646\u0627\u0631\u06af\u06cc\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2306 post-2306 product type-product status-publish product_cat-cold-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2306\" \/><input type=\"hidden\" name=\"product_id\" value=\"2306\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2307\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2308\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>383.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2309\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>286.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0641\u0631\u0627\u067e\u0627\u0686\u06cc\u0646\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1538 post-1538 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191348_996\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTM0OF85OTYuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1864\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191348_996.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1538\" \/><input type=\"hidden\" name=\"product_id\" value=\"1538\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>289.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0644\u062f \u0628\u0631\u0648 \u0633\u0648\u062f\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1537 post-1537 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191351_058\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTM1MV8wNTguanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1861\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191351_058.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1537\" \/><input type=\"hidden\" name=\"product_id\" value=\"1537\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>281.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0644\u062f\u0628\u0631\u0648 \u0634\u06cc\u0631\u0646\u0627\u0631\u06af\u06cc\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-716 post-716 product type-product status-publish has-post-thumbnail product_cat-cold-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced americano\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxMywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1hbWVyaWNhbm8uanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1813\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-americano.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"716\" \/><input type=\"hidden\" name=\"product_id\" value=\"716\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2016\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>223.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2017\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>250.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2018\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>187.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0627\u0645\u0631\u06cc\u06a9\u0627\u0646\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-720 post-720 product type-product status-publish has-post-thumbnail product_cat-cold-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced caramel\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxMiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1jYXJhbWVsLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1812\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-caramel.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"720\" \/><input type=\"hidden\" name=\"product_id\" value=\"720\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2028\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>319.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2029\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>348.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2030\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>238.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u06a9\u0627\u0631\u0627\u0645\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-712 post-712 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced latte\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxNCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1sYXR0ZS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1814\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-latte.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"712\" \/><input type=\"hidden\" name=\"product_id\" value=\"712\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2022\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>276.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2023\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>305.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2024\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>226.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0644\u0627\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-753 post-753 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced peanut latte\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxMCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1wZWFudXQtbGF0dGUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1810\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-peanut-latte.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"753\" \/><input type=\"hidden\" name=\"product_id\" value=\"753\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2037\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>317.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2038\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>347.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2039\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>268.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0644\u0627\u062a\u0647 \u0628\u0627\u062f\u0627\u0645 \u0632\u0645\u06cc\u0646\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-763 post-763 product type-product status-publish has-post-thumbnail product_cat-cold-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced mint latte_\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxMSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1taW50LWxhdHRlXy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1811\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mint-latte_.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"763\" \/><input type=\"hidden\" name=\"product_id\" value=\"763\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2040\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>301.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2041\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>330.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2042\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>256.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0644\u0627\u062a\u0647 \u0646\u0639\u0646\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-708 post-708 product type-product status-publish has-post-thumbnail product_cat-cold-coffee first instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced mocha\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxNSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1tb2NoYS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1815\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-mocha.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"708\" \/><input type=\"hidden\" name=\"product_id\" value=\"708\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2031\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>338.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2032\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>365.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2033\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>258.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0645\u0648\u06a9\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-704 post-704 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"espresso soda\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgxNiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvZXNwcmVzc28tc29kYS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1816\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/espresso-soda.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"704\" \/><input type=\"hidden\" name=\"product_id\" value=\"704\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2019\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>242.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2020\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>285.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2021\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>206.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u0633\u067e\u0631\u0633\u0648 \u0633\u0648\u062f\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-746 post-746 product type-product status-publish has-post-thumbnail product_cat-cold-coffee  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191338_941\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg1OSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTMzOF85NDEuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1859\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191338_941.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"746\" \/><input type=\"hidden\" name=\"product_id\" value=\"746\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>289.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0644\u062f \u0628\u0631\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-933 post-933 product type-product status-publish has-post-thumbnail product_cat-cold-coffee last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250504_164100_215\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgwMCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNTA0XzE2NDEwMF8yMTUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1800\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164100_215.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"933\" \/><input type=\"hidden\" name=\"product_id\" value=\"933\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2044\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>290.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2045\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>318.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2046\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>246.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0644\u06cc\u0645\u0648\u0646\u0627\u062f \u0627\u0633\u067e\u0631\u0633\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3d94606 e-con-full e-flex e-con e-child\" data-id=\"3d94606\" data-element_type=\"container\" id=\"protein-bar\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21f247b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"21f247b\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f7cb4a elementor-widget elementor-widget-heading\" data-id=\"4f7cb4a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u067e\u0631\u0648\u0634\u06cc\u06a9<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a8060d8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a8060d8\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-ab91709 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"ab91709\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1561 post-1561 product type-product status-publish has-post-thumbnail product_cat-protein-bar first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvMy5wbmcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-300x300.png\" class=\"attachment-medium size-medium wp-image-1770\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-300x300.png 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-600x600.png 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-1024x1024.png 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-150x150.png 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-768x768.png 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3-50x50.png 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/3.png 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1561\" \/><input type=\"hidden\" name=\"product_id\" value=\"1561\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u0648\u0634\u06cc\u06a9 \u0634\u0627\u062a\u0648\u062a \u0628\u0627 \u062f\u0627\u0646\u0647 \u0686\u06cc\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1562 post-1562 product type-product status-publish has-post-thumbnail product_cat-protein-bar  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"6\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2OCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvNi5wbmcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-300x300.png\" class=\"attachment-medium size-medium wp-image-1768\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-300x300.png 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-600x600.png 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-1024x1024.png 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-150x150.png 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-768x768.png 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6-50x50.png 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/6.png 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1562\" \/><input type=\"hidden\" name=\"product_id\" value=\"1562\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2150\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>390.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2151\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u062e\u06cc\u0644\u06cc \u062e\u0648\u0628(\u0639\u0631\u0628\u06cc\u06a9\u0627)<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>402.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2152\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">\u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>354.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u0648\u0634\u06cc\u06a9 \u062c\u0648 \u062f\u0648 \u0633\u0631<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2148 post-2148 product type-product status-publish has-post-thumbnail product_cat-protein-bar  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Mango pro shake\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIzNSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvTWFuZ28tcHJvLXNoYWtlLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2235\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Mango-pro-shake.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2148\" \/><input type=\"hidden\" name=\"product_id\" value=\"2148\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>327.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u0648 \u0634\u06cc\u06a9 \u0627\u0646\u0628\u0647 \u0648 \u062f\u0627\u0646\u0647 \u0686\u06cc\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2149 post-2149 product type-product status-publish has-post-thumbnail product_cat-protein-bar last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Strawberry pro shake\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIzNCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvU3RyYXdiZXJyeS1wcm8tc2hha2UuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2234\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Strawberry-pro-shake.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2149\" \/><input type=\"hidden\" name=\"product_id\" value=\"2149\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>303.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u0648 \u0634\u06cc\u06a9 \u062a\u0648\u062a \u0641\u0631\u0646\u06af\u06cc \u0628\u0627 \u062f\u0627\u0646\u0647 \u0686\u06cc\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3131dc6 e-con-full e-flex e-con e-child\" data-id=\"3131dc6\" data-element_type=\"container\" id=\"non-coffee-drinks\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c2d668b elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"c2d668b\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-edb5ec3 elementor-widget elementor-widget-heading\" data-id=\"edb5ec3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0628\u062f\u0648\u0646 \u0642\u0647\u0648\u0647<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-af64470 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"af64470\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-6da8a85 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"6da8a85\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2321 post-2321 product type-product status-publish product_cat-non-coffee-drinks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2321\" \/><input type=\"hidden\" name=\"product_id\" value=\"2321\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>289.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0686\u0627\u06cc \u0633\u0628\u0632 \u0648 \u0632\u0631\u062f\u0686\u0648\u0628\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2317 post-2317 product type-product status-publish product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2317\" \/><input type=\"hidden\" name=\"product_id\" value=\"2317\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>176.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0686\u0627\u06cc \u0633\u06cc\u0627\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2318 post-2318 product type-product status-publish product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2318\" \/><input type=\"hidden\" name=\"product_id\" value=\"2318\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>250.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0686\u0627\u06cc \u0641\u0631\u0627\u067e\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2316 post-2316 product type-product status-publish product_cat-non-coffee-drinks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2316\" \/><input type=\"hidden\" name=\"product_id\" value=\"2316\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>229.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u062f\u0645\u0646\u0648\u0634 \u0631\u0627\u0632 \u0634\u0628<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2320 post-2320 product type-product status-publish product_cat-non-coffee-drinks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2320\" \/><input type=\"hidden\" name=\"product_id\" value=\"2320\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>266.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u062f\u0645\u0646\u0648\u0634 \u0631\u06cc\u0628\u0648\u0633 \u0634\u06a9\u0644\u0627\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2314 post-2314 product type-product status-publish product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2314\" \/><input type=\"hidden\" name=\"product_id\" value=\"2314\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>257.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u062f\u0645\u0646\u0648\u0634 \u0632\u0639\u0641\u0631\u0627\u0646<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2315 post-2315 product type-product status-publish product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2315\" \/><input type=\"hidden\" name=\"product_id\" value=\"2315\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>231.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u062f\u0645\u0646\u0648\u0634 \u0645\u06cc\u0648\u0647 \u0627\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1560 post-1560 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250405_112432_460\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNDA1XzExMjQzMl80NjAuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1771\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112432_460.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1560\" \/><input type=\"hidden\" name=\"product_id\" value=\"1560\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>277.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0634\u06cc\u0631 \u06a9\u0627\u06a9\u0627\u0626\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1373 post-1373 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"5\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc4MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvNS5wbmcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-300x300.png\" class=\"attachment-medium size-medium wp-image-1781\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-300x300.png 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-600x600.png 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-1024x1024.png 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-150x150.png 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-768x768.png 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5-50x50.png 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/5.png 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1373\" \/><input type=\"hidden\" name=\"product_id\" value=\"1373\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>277.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u06cc\u0633 \u0634\u06cc\u0631 \u0628\u06cc\u0633\u06a9\u0648\u06cc\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-841 post-841 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"tea latte\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgwNiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvdGVhLWxhdHRlLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1806\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/tea-latte.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"841\" \/><input type=\"hidden\" name=\"product_id\" value=\"841\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>229.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0686\u0627\u06cc \u0644\u0627\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-820 post-820 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"hot chocolate\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgwOCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaG90LWNob2NvbGF0ZS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1808\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/hot-chocolate.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"820\" \/><input type=\"hidden\" name=\"product_id\" value=\"820\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0634\u06a9\u0644\u0627\u062a \u062f\u0627\u063a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-821 post-821 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced chocolate\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgwNywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC1jaG9jb2xhdGUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1807\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-chocolate.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"821\" \/><input type=\"hidden\" name=\"product_id\" value=\"821\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0634\u06a9\u0644\u0627\u062a \u0633\u0631\u062f<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1368 post-1368 product type-product status-publish has-post-thumbnail product_cat-non-coffee-drinks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"4\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc4MywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvNC5wbmcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-300x300.png\" class=\"attachment-medium size-medium wp-image-1783\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-300x300.png 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-600x600.png 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-1024x1024.png 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-150x150.png 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-768x768.png 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4-50x50.png 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/4.png 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1368\" \/><input type=\"hidden\" name=\"product_id\" value=\"1368\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>277.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0634\u06cc\u0631 \u0628\u06cc\u0633\u06a9\u0648\u06cc\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3f02e5f e-con-full e-flex e-con e-child\" data-id=\"3f02e5f\" data-element_type=\"container\" id=\"cold-drink\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7dd3ce5 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7dd3ce5\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-212386c elementor-widget elementor-widget-heading\" data-id=\"212386c\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0647\u0627\u06cc \u0633\u0631\u062f<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3389cad elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3389cad\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-148e8c0 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"148e8c0\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1568 post-1568 product type-product status-publish has-post-thumbnail product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"iced tea\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgyNCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvaWNlZC10ZWEuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1824\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/iced-tea.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1568\" \/><input type=\"hidden\" name=\"product_id\" value=\"1568\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>241.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u062a\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2158 post-2158 product type-product status-publish has-post-thumbnail product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"f29d079b8843d09d\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE1OSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvZjI5ZDA3OWI4ODQzZDA5ZC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d.jpg\" class=\"attachment-medium size-medium wp-image-2159\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f29d079b8843d09d-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2158\" \/><input type=\"hidden\" name=\"product_id\" value=\"2158\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>358.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u0633\u0645\u0648\u062a\u06cc \u0627\u0646\u0628\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1567 post-1567 product type-product status-publish has-post-thumbnail product_cat-cold-drink last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u067e\u0631\u062a\u063a\u0627\u0644 \u0628\u0631\u06cc\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2NywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjdlXHUwNjMxXHUwNjJhXHUwNjNhXHUwNjI3XHUwNjQ0LVx1MDYyOFx1MDYzMVx1MDZjYy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1767\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0631\u062a\u063a\u0627\u0644-\u0628\u0631\u06cc.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1567\" \/><input type=\"hidden\" name=\"product_id\" value=\"1567\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>318.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u062a\u0642\u0627\u0644 \u0628\u0631\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2326 post-2326 product type-product status-publish product_cat-cold-drink first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2326\" \/><input type=\"hidden\" name=\"product_id\" value=\"2326\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>248.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u06cc\u0646\u0627\u062a \u0627\u0633\u0645\u0648\u062a\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2324 post-2324 product type-product status-publish product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2324\" \/><input type=\"hidden\" name=\"product_id\" value=\"2324\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>252.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0633\u0627\u0646 \u0627\u0633\u0645\u0648\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2323 post-2323 product type-product status-publish product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2323\" \/><input type=\"hidden\" name=\"product_id\" value=\"2323\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>248.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u0648 \u0645\u0627\u0686\u0627\u0646\u06cc\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2325 post-2325 product type-product status-publish product_cat-cold-drink last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"noon-placeholder\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6OTYwLCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9ub29uLXBsYWNlaG9sZGVyLnBuZyJ9\">\n\t\t\t\t\t\t\t<img decoding=\"async\" width=\"112\" height=\"112\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png\" class=\"attachment-medium size-medium wp-image-960\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder.png 112w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-100x100.png 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/noon-placeholder-50x50.png 50w\" sizes=\"(max-width: 112px) 100vw, 112px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2325\" \/><input type=\"hidden\" name=\"product_id\" value=\"2325\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>231.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06af\u0631\u06cc\u0646 \u062c\u0648\u06cc\u0633<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1569 post-1569 product type-product status-publish has-post-thumbnail product_cat-cold-drink first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0646\u0627\u062a\u06cc \u0628\u0631\u0648\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjQ2XHUwNjI3XHUwNjJhXHUwNmNjLVx1MDYyOFx1MDYzMVx1MDY0OC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1764\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0646\u0627\u062a\u06cc-\u0628\u0631\u0648.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1569\" \/><input type=\"hidden\" name=\"product_id\" value=\"1569\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>165.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0646\u0627\u062a\u06cc \u0628\u0631\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1328 post-1328 product type-product status-publish has-post-thumbnail product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191335_007\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTMzNV8wMDcuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1862\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191335_007.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1328\" \/><input type=\"hidden\" name=\"product_id\" value=\"1328\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>309.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0631\u0627\u0634<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1332 post-1332 product type-product status-publish has-post-thumbnail product_cat-cold-drink  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250504_164102_554\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc5MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNTA0XzE2NDEwMl81NTQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1792\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250504_164102_554.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1332\" \/><input type=\"hidden\" name=\"product_id\" value=\"1332\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>278.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0631\u062f \u0633\u0627\u0644\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7622b4a e-con-full e-flex e-con e-child\" data-id=\"7622b4a\" data-element_type=\"container\" id=\"macha\">\n\t\t\t\t<div class=\"elementor-element elementor-element-36fdcea elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"36fdcea\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-dcc3df3 elementor-widget elementor-widget-heading\" data-id=\"dcc3df3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0645\u0627\u0686\u0627<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5803736 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5803736\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-a710184 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"a710184\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2162 post-2162 product type-product status-publish has-post-thumbnail product_cat-macha last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Matcha Mango_\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIzMCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvTWF0Y2hhLU1hbmdvXy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2230\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mango_.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2162\" \/><input type=\"hidden\" name=\"product_id\" value=\"2162\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>271.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0645\u0627\u0686\u0627 \u0627\u0646\u0628\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2161 post-2161 product type-product status-publish has-post-thumbnail product_cat-macha first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Matcha Mulberry\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIzMSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvTWF0Y2hhLU11bGJlcnJ5LmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2231\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Matcha-Mulberry.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2161\" \/><input type=\"hidden\" name=\"product_id\" value=\"2161\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>242.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0645\u0627\u0686\u0627 \u0634\u0627\u062a\u0648\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1556 post-1556 product type-product status-publish has-post-thumbnail product_cat-macha  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250405_112415_887\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3MywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNDA1XzExMjQxNV84ODcuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1773\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112415_887.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1556\" \/><input type=\"hidden\" name=\"product_id\" value=\"1556\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>301.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0645\u0627\u0686\u0627 \u0644\u0627\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1557 post-1557 product type-product status-publish has-post-thumbnail product_cat-macha  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Artboard 3-01\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc3MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvQXJ0Ym9hcmQtMy0wMS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1772\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/Artboard-3-01.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1557\" \/><input type=\"hidden\" name=\"product_id\" value=\"1557\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>325.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0622\u06cc\u0633 \u0645\u0627\u0686\u0627 \u0646\u0627\u0631\u06af\u06cc\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1867 post-1867 product type-product status-publish has-post-thumbnail product_cat-macha last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250722_124910_980\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg2OCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wN1wvSU1HXzIwMjUwNzIyXzEyNDkxMF85ODAuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1868\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/07\/IMG_20250722_124910_980.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1867\" \/><input type=\"hidden\" name=\"product_id\" value=\"1867\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>385.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0631\u0648\u0634\u06cc\u06a9 \u0645\u0627\u0686\u0627 \u062c\u0648 \u062f\u0648 \u0633\u0631<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1367 post-1367 product type-product status-publish has-post-thumbnail product_cat-macha first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250505_145349_125\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc5NSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNTA1XzE0NTM0OV8xMjUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1795\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250505_145349_125.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1367\" \/><input type=\"hidden\" name=\"product_id\" value=\"1367\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>235.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0645\u0627\u0686\u0627 \u0633\u0648\u062f\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1365 post-1365 product type-product status-publish has-post-thumbnail product_cat-macha  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250405_112509_254\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc4NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNDA1XzExMjUwOV8yNTQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1784\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250405_112509_254.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1365\" \/><input type=\"hidden\" name=\"product_id\" value=\"1365\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>274.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0645\u0627\u0686\u0627 \u0644\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-90a8d6d e-con-full e-flex e-con e-child\" data-id=\"90a8d6d\" data-element_type=\"container\" id=\"cakes-and-desserts\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e062e3a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e062e3a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e872eb elementor-widget elementor-widget-heading\" data-id=\"2e872eb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0646\u0627\u0646 \u0648\u06a9\u06cc\u06a9<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f469407 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"f469407\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-a87182e elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"a87182e\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1588 post-1588 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250316_011056_067\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc1NSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwMzE2XzAxMTA1Nl8wNjcuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1755\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250316_011056_067.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1588\" \/><input type=\"hidden\" name=\"product_id\" value=\"1588\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>263.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u067e\u0644 \u06a9\u0631\u0627\u0645\u0628\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1598 post-1598 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"cookie pack\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc0OSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY29va2llLXBhY2suanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1749\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cookie-pack.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1598\" \/><input type=\"hidden\" name=\"product_id\" value=\"1598\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>540.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u06a9 \u06a9\u0648\u06a9\u06cc \u067e\u0630\u06cc\u0631\u0627\u06cc\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1602 post-1602 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u067e\u0646 \u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc \u0646\u0635\u0641\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc0NiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjdlXHUwNjQ2LVx1MDYyMlx1MDY0NFx1MDYyOFx1MDYyN1x1MDY0NFx1MDY0OFx1MDZjY1x1MDZjYy1cdTA2NDZcdTA2MzVcdTA2NDEtc2NhbGVkLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1746\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-scaled-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-1536x1536.jpg 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-2048x2048.jpg 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0622\u0644\u0628\u0627\u0644\u0648\u06cc\u06cc-\u0646\u0635\u0641-50x50.jpg 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1602\" \/><input type=\"hidden\" name=\"product_id\" value=\"1602\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>230.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0646 \u0622\u0644\u0628\u0627\u0644\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1603 post-1603 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u067e\u0646 \u0633\u0648\u06cc\u06cc\u0633\u06cc\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc0MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjdlXHUwNjQ2LVx1MDYzM1x1MDY0OFx1MDZjY1x1MDZjY1x1MDYzM1x1MDZjYy1zY2FsZWQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1742\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-scaled-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-1536x1536.jpg 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-2048x2048.jpg 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u0648\u06cc\u06cc\u0633\u06cc-50x50.jpg 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1603\" \/><input type=\"hidden\" name=\"product_id\" value=\"1603\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>338.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0646 \u0633\u0648\u06cc\u06cc\u0633\u06cc \u06a9\u0631\u0645 \u067e\u0633\u062a\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1601 post-1601 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u067e\u0646 \u0633\u06cc\u0628 \u0648 \u062f\u0627\u0631\u0686\u06cc\u0646 \u0646\u0635\u0641 \u0634\u062f\u0647\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc0OCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjdlXHUwNjQ2LVx1MDYzM1x1MDZjY1x1MDYyOC1cdTA2NDgtXHUwNjJmXHUwNjI3XHUwNjMxXHUwNjg2XHUwNmNjXHUwNjQ2LVx1MDY0Nlx1MDYzNVx1MDY0MS1cdTA2MzRcdTA2MmZcdTA2NDctc2NhbGVkLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1748\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-scaled-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-1536x1536.jpg 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-2048x2048.jpg 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u067e\u0646-\u0633\u06cc\u0628-\u0648-\u062f\u0627\u0631\u0686\u06cc\u0646-\u0646\u0635\u0641-\u0634\u062f\u0647-50x50.jpg 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1601\" \/><input type=\"hidden\" name=\"product_id\" value=\"1601\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>230.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u067e\u0646 \u0633\u06cc\u0628 \u062f\u0627\u0631\u0686\u06cc\u0646<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1608 post-1608 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"pain swiss\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc0MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvcGFpbi1zd2lzcy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1741\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/pain-swiss.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1608\" \/><input type=\"hidden\" name=\"product_id\" value=\"1608\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>265.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0633\u0648\u06cc\u06cc\u0633 \u0628\u0631\u062f<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1580 post-1580 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"croissant.big\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY3JvaXNzYW50LmJpZ18uanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1760\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/croissant.big_.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1580\" \/><input type=\"hidden\" name=\"product_id\" value=\"1580\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>230.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u0633\u0627\u062f\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1583 post-1583 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"chocolate croissant.big\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc2MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2hvY29sYXRlLWNyb2lzc2FudC5iaWdfLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1761\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-croissant.big_.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1583\" \/><input type=\"hidden\" name=\"product_id\" value=\"1583\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>250.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u0634\u06a9\u0644\u0627\u062a\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1589 post-1589 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"corn berry cookie\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc1NCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY29ybi1iZXJyeS1jb29raWUuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1754\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/corn-berry-cookie.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1589\" \/><input type=\"hidden\" name=\"product_id\" value=\"1589\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>184.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u06cc \u062c\u0648\u0628\u0631\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1596 post-1596 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"double chocolate\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc1MSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvZG91YmxlLWNob2NvbGF0ZS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1751\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/double-chocolate.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1596\" \/><input type=\"hidden\" name=\"product_id\" value=\"1596\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>162.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u06cc \u062f\u0628\u0644 \u0686\u0627\u06a9\u0644\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2165 post-2165 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"f48f555d8df5d8b3\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE2NiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvZjQ4ZjU1NWQ4ZGY1ZDhiMy5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3.jpg\" class=\"attachment-medium size-medium wp-image-2166\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/f48f555d8df5d8b3-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2165\" \/><input type=\"hidden\" name=\"product_id\" value=\"2165\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>135.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u06cc \u0631\u0698\u06cc\u0645\u06cc \u062c\u0648\u067e\u0631\u06a9<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1590 post-1590 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"chocolate cookie\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg3MCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2hvY29sYXRlLWNvb2tpZS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1870\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chocolate-cookie.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1590\" \/><input type=\"hidden\" name=\"product_id\" value=\"1590\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>156.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u06cc \u0634\u06a9\u0644\u0627\u062a\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1594 post-1594 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"peanut cookie\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc1MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvcGVhbnV0LWNvb2tpZS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1752\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/peanut-cookie.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1594\" \/><input type=\"hidden\" name=\"product_id\" value=\"1594\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>159.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0648\u06a9\u06cc \u06a9\u0631\u0647 \u0628\u0627\u062f\u0627\u0645 \u0632\u0645\u06cc\u0646\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1587 post-1587 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"gata\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc1NiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvZ2F0YS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1756\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/gata.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1587\" \/><input type=\"hidden\" name=\"product_id\" value=\"1587\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>241.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06af\u0627\u062a\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1307 post-1307 product type-product status-publish has-post-thumbnail product_cat-cakes-and-desserts first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0627\u06af\u062a\u0627\u0631\u062a\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTc5OSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjI3XHUwNmFmXHUwNjJhXHUwNjI3XHUwNjMxXHUwNjJhLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1799\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0627\u06af\u062a\u0627\u0631\u062a.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1307\" \/><input type=\"hidden\" name=\"product_id\" value=\"1307\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>227.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0627\u06af \u062a\u0627\u0631\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5c02da0 e-con-full e-flex e-con e-child\" data-id=\"5c02da0\" data-element_type=\"container\" id=\"breakfast-and-snacks\">\n\t\t\t\t<div class=\"elementor-element elementor-element-aa857cb elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"aa857cb\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-25f96fa elementor-widget elementor-widget-heading\" data-id=\"25f96fa\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0635\u0628\u062d\u0627\u0646\u0647 \u0648 \u0645\u06cc\u0627\u0646 \u0648\u0639\u062f\u0647<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a985fe4 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a985fe4\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-3e59cf6 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"3e59cf6\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2256 post-2256 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0686\u0627\u0628\u0627\u062a\u0627 \u0645\u0631\u063a \u0648 \u067e\u0633\u062a\u0648\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTcyNywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjg2XHUwNjI3XHUwNjI4XHUwNjI3XHUwNjJhXHUwNjI3LVx1MDY0NVx1MDYzMVx1MDYzYS1cdTA2NDgtXHUwNjdlXHUwNjMzXHUwNjJhXHUwNjQ4LXNjYWxlZC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1727\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-scaled-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-1536x1536.jpg 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-2048x2048.jpg 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0686\u0627\u0628\u0627\u062a\u0627-\u0645\u0631\u063a-\u0648-\u067e\u0633\u062a\u0648-50x50.jpg 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2256\" \/><input type=\"hidden\" name=\"product_id\" value=\"2256\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>351.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0686\u0627\u067e\u0627\u062a\u0627 \u0641\u06cc\u0644\u0647 \u0645\u0631\u063a \u0628\u0627 \u0633\u0633 \u067e\u0633\u062a\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1626 post-1626 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u062a\u0633\u062a \u0627\u0648\u0627\u06a9\u0627\u062f\u0648\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTcyNSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjJhXHUwNjMzXHUwNjJhLVx1MDYyN1x1MDY0OFx1MDYyN1x1MDZhOVx1MDYyN1x1MDYyZlx1MDY0OC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1725\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u062a\u0633\u062a-\u0627\u0648\u0627\u06a9\u0627\u062f\u0648.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1626\" \/><input type=\"hidden\" name=\"product_id\" value=\"1626\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>454.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u062e\u0645\u06cc\u0631 \u062a\u0631\u0634 \u062a\u062e\u0645 \u0645\u0631\u063a \u0622\u0648\u0648\u06a9\u0627\u062f\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1617 post-1617 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0633\u06cc\u0645\u06cc\u062a \u067e\u0646\u06cc\u0631 \u0648 \u06af\u0648\u062c\u0647\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczMywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjMzXHUwNmNjXHUwNjQ1XHUwNmNjXHUwNjJhLVx1MDY3ZVx1MDY0Nlx1MDZjY1x1MDYzMS1cdTA2NDgtXHUwNmFmXHUwNjQ4XHUwNjJjXHUwNjQ3LmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1733\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u067e\u0646\u06cc\u0631-\u0648-\u06af\u0648\u062c\u0647.jpg 1041w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1617\" \/><input type=\"hidden\" name=\"product_id\" value=\"1617\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>322.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0633\u06cc\u0645\u06cc\u062a \u067e\u0646\u06cc\u0631 \u0648 \u0686\u0631\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2262 post-2262 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-scaled.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0633\u06cc\u0645\u06cc\u062a \u0645\u0631\u063a \u0648 \u0634\u0648\u06cc\u062f\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTcyNiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvXHUwNjMzXHUwNmNjXHUwNjQ1XHUwNmNjXHUwNjJhLVx1MDY0NVx1MDYzMVx1MDYzYS1cdTA2NDgtXHUwNjM0XHUwNjQ4XHUwNmNjXHUwNjJmLXNjYWxlZC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1726\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-scaled-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-1536x1536.jpg 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-2048x2048.jpg 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0633\u06cc\u0645\u06cc\u062a-\u0645\u0631\u063a-\u0648-\u0634\u0648\u06cc\u062f-50x50.jpg 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2262\" \/><input type=\"hidden\" name=\"product_id\" value=\"2262\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>424.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0633\u06cc\u0645\u06cc\u062a \u0645\u0631\u063a \u0648 \u0634\u0648\u06cc\u062f<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1612 post-1612 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"chesse &amp; walnuts croissant\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczNiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY2hlc3NlLXdhbG51dHMtY3JvaXNzYW50LmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1736\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/chesse-walnuts-croissant.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1612\" \/><input type=\"hidden\" name=\"product_id\" value=\"1612\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>276.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u067e\u0646\u06cc\u0631 \u0648 \u06af\u0631\u062f\u0648<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1618 post-1618 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"jam cream croissant\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczMiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvamFtLWNyZWFtLWNyb2lzc2FudC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1732\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/jam-cream-croissant.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1618\" \/><input type=\"hidden\" name=\"product_id\" value=\"1618\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>251.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u062e\u0627\u0645\u0647 \u0648 \u0645\u0631\u0628\u0627<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1616 post-1616 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"cream biscuit croissant\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczNCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvY3JlYW0tYmlzY3VpdC1jcm9pc3NhbnQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1734\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/cream-biscuit-croissant.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1616\" \/><input type=\"hidden\" name=\"product_id\" value=\"1616\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>300.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u06a9\u0631\u0645 \u0628\u06cc\u0633\u06a9\u0648\u06cc\u062a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1627 post-1627 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"IMG_20250721_191354_174\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTg1NywidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvSU1HXzIwMjUwNzIxXzE5MTM1NF8xNzQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1857\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/IMG_20250721_191354_174.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1627\" \/><input type=\"hidden\" name=\"product_id\" value=\"1627\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>265.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u06a9\u0631\u0647 \u0628\u0627\u062f\u0627\u0645 \u0632\u0645\u06cc\u0646\u06cc \u0645\u0648\u0632<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1630 post-1630 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"nutella croissant\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTgyNiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvbnV0ZWxsYS1jcm9pc3NhbnQuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1826\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-croissant.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1630\" \/><input type=\"hidden\" name=\"product_id\" value=\"1630\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>341.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u0646\u0648\u062a\u0644\u0627 \u0645\u0648\u0632<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1615 post-1615 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"nutella &amp; peanut butter croissant\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MTczNSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNVwvbnV0ZWxsYS1wZWFudXQtYnV0dGVyLWNyb2lzc2FudC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-300x300.jpg\" class=\"attachment-medium size-medium wp-image-1735\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/nutella-peanut-butter-croissant.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1615\" \/><input type=\"hidden\" name=\"product_id\" value=\"1615\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>286.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06a9\u0631\u0648\u0633\u0627\u0646 \u0646\u0648\u062a\u0644\u0627 \u0648 \u06a9\u0631\u0647 \u0628\u0627\u062f\u0627\u0645 \u0632\u0645\u06cc\u0646\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-1313 post-1313 product type-product status-publish has-post-thumbnail product_cat-breakfast-and-snacks last instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-scaled.webp\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"\u0628\u0627\u06af\u062a \u062a\u062e\u0645 \u0645\u0631\u063a\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Nzg1LCJ1cmwiOiJodHRwczpcL1wvY2FmZW5vb24uaXJcL21lbnVcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA1XC9cdTA2MjhcdTA2MjdcdTA2YWZcdTA2MmEtXHUwNjJhXHUwNjJlXHUwNjQ1LVx1MDY0NVx1MDYzMVx1MDYzYS1zY2FsZWQud2VicCJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-300x300.webp\" class=\"attachment-medium size-medium wp-image-785\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-300x300.webp 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-100x100.webp 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-scaled-600x600.webp 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-1024x1024.webp 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-150x150.webp 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-768x768.webp 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-1536x1536.webp 1536w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-2048x2048.webp 2048w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/05\/\u0628\u0627\u06af\u062a-\u062a\u062e\u0645-\u0645\u0631\u063a-50x50.webp 50w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"1313\" \/><input type=\"hidden\" name=\"product_id\" value=\"1313\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>133.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0628\u0627\u06af\u062a \u062a\u062e\u0645 \u0645\u0631\u063a<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3aa3835 e-con-full e-flex e-con e-child\" data-id=\"3aa3835\" data-element_type=\"container\" id=\"granola-bar\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34598c6 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"34598c6\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4735509 elementor-widget elementor-widget-heading\" data-id=\"4735509\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u06af\u0631\u0627\u0646\u0648\u0644\u0627 \u0628\u0627\u0631<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-061b80e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"061b80e\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-7a44867 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"7a44867\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2195 post-2195 product type-product status-publish has-post-thumbnail product_cat-granola-bar first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"a1e16b73a34f7841\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE5OCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvYTFlMTZiNzNhMzRmNzg0MS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841.jpg\" class=\"attachment-medium size-medium wp-image-2198\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/a1e16b73a34f7841-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2195\" \/><input type=\"hidden\" name=\"product_id\" value=\"2195\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>376.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u06af\u0631\u0627\u0646\u0648\u0644\u0627 \u0627\u0646\u0628\u0647<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-782ad00 e-con-full e-flex e-con e-child\" data-id=\"782ad00\" data-element_type=\"container\" id=\"coffee-beans\">\n\t\t\t\t<div class=\"elementor-element elementor-element-54e8c6a elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"54e8c6a\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba8e152 elementor-widget elementor-widget-heading\" data-id=\"ba8e152\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u062f\u0627\u0646\u0647 \u0642\u0647\u0648\u0647<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7daec52 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"7daec52\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-f34ffe6 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"f34ffe6\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2179 post-2179 product type-product status-publish has-post-thumbnail product_cat-coffee-beans  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"d5bd31703054a285\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE4NSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvZDViZDMxNzAzMDU0YTI4NS5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285.jpg\" class=\"attachment-medium size-medium wp-image-2185\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/d5bd31703054a285-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2179\" \/><input type=\"hidden\" name=\"product_id\" value=\"2179\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2180\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">100 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>528.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2181\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">150\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>792.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2182\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">250 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.320.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2183\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">500 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>2.640.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2184\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">1000\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>5.280.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062e\u0648\u0628<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2186 post-2186 product type-product status-publish has-post-thumbnail product_cat-coffee-beans  instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"33ffa1ebffda3088\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjE5MiwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvMzNmZmExZWJmZmRhMzA4OC5qcGcifQ%3D%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088.jpg\" class=\"attachment-medium size-medium wp-image-2192\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088.jpg 200w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/33ffa1ebffda3088-50x50.jpg 50w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2186\" \/><input type=\"hidden\" name=\"product_id\" value=\"2186\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2187\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">100\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>589.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2188\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">150\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>880.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2189\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">250\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.471.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2190\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">500\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>2.943.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2191\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">1000\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>5.885.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u062e\u06cc\u0644\u06cc \u062e\u0648\u0628<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2173 post-2173 product type-product status-publish has-post-thumbnail product_cat-coffee-beans last instock shipping-taxable purchasable product-type-variable\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/commercial-coffee-150x150-1.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"commercial-coffee-150x150\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIxOSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvY29tbWVyY2lhbC1jb2ZmZWUtMTUweDE1MC0xLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"150\" height=\"150\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/commercial-coffee-150x150-1.jpg\" class=\"attachment-medium size-medium wp-image-2219\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/commercial-coffee-150x150-1.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/commercial-coffee-150x150-1-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/commercial-coffee-150x150-1-50x50.jpg 50w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2173\" \/><input type=\"hidden\" name=\"product_id\" value=\"2173\" \/><input type=\"hidden\" name=\"product_type\" value=\"variable\" \/><div class=\"pvwe-variations\"><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2175\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">100 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>323.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2176\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">150 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>432.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2177\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">250 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>475.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2178\"  required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">500 \u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.617.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><label class=\"pvwe-variation-option\"><input type=\"radio\" name=\"variation_id\" value=\"2174\" checked required \/><span class=\"pvwe-button\"><span class=\"pvwe-label\">1000\u06af\u0631\u0645<\/span><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>3.234.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/span><\/label><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0642\u0647\u0648\u0647 \u06a9\u0627\u0645\u0631\u0634\u06cc\u0627\u0644<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2601af5 e-con-full e-flex e-con e-child\" data-id=\"2601af5\" data-element_type=\"container\" id=\"products-store\">\n\t\t\t\t<div class=\"elementor-element elementor-element-44c3f52 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"44c3f52\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-194908f elementor-widget elementor-widget-heading\" data-id=\"194908f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0641\u0631\u0648\u0634\u06af\u0627\u0647<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1f1ada8 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1f1ada8\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-b0fbb76 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"b0fbb76\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\">\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2202 post-2202 product type-product status-publish has-post-thumbnail product_cat-products-store first instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Ceremonial Matcha\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIyOCwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQ2VyZW1vbmlhbC1NYXRjaGEuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2228\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Ceremonial-Matcha.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2202\" \/><input type=\"hidden\" name=\"product_id\" value=\"2202\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>3.630.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0645\u0627\u0686\u0627 \u062a\u0634\u0631\u06cc\u0641\u0627\u062a\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"180\" class=\"elementor elementor-180 e-loop-item e-loop-item-2201 post-2201 product type-product status-publish has-post-thumbnail product_cat-products-store  instock shipping-taxable purchasable product-type-simple\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<div class=\"elementor-element elementor-element-38fa2d10 gradient-border e-flex e-con-boxed e-con e-parent\" data-id=\"38fa2d10\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e9fc139 e-con-full content e-flex e-con e-child\" data-id=\"e9fc139\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fb0ee3d elementor-widget__width-initial elementor-widget elementor-widget-theme-post-featured-image elementor-widget-image\" data-id=\"fb0ee3d\" data-element_type=\"widget\" data-widget_type=\"theme-post-featured-image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"Culinary Matcha\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MjIyOSwidXJsIjoiaHR0cHM6XC9cL2NhZmVub29uLmlyXC9tZW51XC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8xMlwvQ3VsaW5hcnktTWF0Y2hhLmpwZyJ9\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-300x300.jpg\" class=\"attachment-medium size-medium wp-image-2229\" alt=\"\" srcset=\"https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-300x300.jpg 300w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-1024x1024.jpg 1024w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-150x150.jpg 150w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-768x768.jpg 768w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-600x600.jpg 600w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-100x100.jpg 100w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha-50x50.jpg 50w, https:\/\/cafenoon.ir\/menu\/wp-content\/uploads\/2025\/12\/Culinary-Matcha.jpg 1080w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-214aa5e e-con-full e-flex e-con e-child\" data-id=\"214aa5e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f5b4d75 loop-items elementor-widget elementor-widget-product_variation_widget\" data-id=\"f5b4d75\" data-element_type=\"widget\" data-widget_type=\"product_variation_widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"pvwe-variation-form\" method=\"post\"><input type=\"hidden\" name=\"add-to-cart\" value=\"2201\" \/><input type=\"hidden\" name=\"product_id\" value=\"2201\" \/><input type=\"hidden\" name=\"product_type\" value=\"simple\" \/><div class=\"pvwe-simple-product-info\"><span class=\"pvwe-price\"><span class=\"woocommerce-Price-amount amount\"><bdi>1.947.000&nbsp;<span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span><\/bdi><\/span><\/span><\/div><div class=\"pvwe-quantity\"><button type=\"button\" class=\"qty-down\">\u2212<\/button><input type=\"number\" name=\"quantity\" value=\"1\" min=\"1\" \/><button type=\"button\" class=\"qty-up\">+<\/button><\/div><div class=\"pvwe-footer\"><span class=\"pvwe-product-title\">\u0645\u0627\u0686\u0627 \u06a9\u0648\u0644\u06cc\u0646\u0627\u0631\u06cc<\/span><button type=\"submit\" class=\"button alt\">\u0627\u0641\u0632\u0648\u062f\u0646<\/button><\/div><\/form>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0930e7c e-con-full e-flex e-con e-child\" data-id=\"0930e7c\" data-element_type=\"container\" id=\"concealer\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15d1cfe elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"15d1cfe\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44ef44b elementor-widget elementor-widget-heading\" data-id=\"44ef44b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">\u06a9\u0646\u0633\u06cc\u0644\u0631<\/p>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-240cfee elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"240cfee\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"woocommerce elementor-element elementor-element-23c2e28 elementor-grid-1 just-product-loop elementor-widget__width-inherit elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"23c2e28\" data-element_type=\"widget\" data-settings=\"{&quot;_skin&quot;:&quot;product&quot;,&quot;template_id&quot;:&quot;180&quot;,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:32,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.product\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"e-loop-nothing-found-message\">\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u0642\u0647\u0648\u0647 \u06af\u0631\u0645 \u0642\u0647\u0648\u0647 \u062f\u0645\u06cc \u0642\u0647\u0648\u0647 \u0633\u0631\u062f \u067e\u0631\u0648\u0634\u06cc\u06a9 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0628\u062f\u0648\u0646 \u0642\u0647\u0648\u0647 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0647\u0627\u06cc \u0633\u0631\u062f \u0645\u0627\u0686\u0627 \u0646\u0627\u0646 \u0648\u06a9\u06cc\u06a9 \u0635\u0628\u062d\u0627\u0646\u0647 \u0648 \u0645\u06cc\u0627\u0646 \u0648\u0639\u062f\u0647 \u06af\u0631\u0627\u0646\u0648\u0644\u0627 \u0628\u0627\u0631 \u062f\u0627\u0646\u0647 \u0642\u0647\u0648\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a \u0641\u0631\u0648\u0634\u06af\u0627\u0647 \u06a9\u0646\u0633\u06cc\u0644\u0631<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-399","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/pages\/399","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/comments?post=399"}],"version-history":[{"count":601,"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/pages\/399\/revisions"}],"predecessor-version":[{"id":2269,"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/pages\/399\/revisions\/2269"}],"wp:attachment":[{"href":"https:\/\/cafenoon.ir\/menu\/wp-json\/wp\/v2\/media?parent=399"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}