{"id":24,"date":"2026-02-11T16:18:06","date_gmt":"2026-02-11T12:48:06","guid":{"rendered":"https:\/\/monsieurzhigou.ir\/?page_id=24"},"modified":"2026-02-25T14:02:59","modified_gmt":"2026-02-25T10:32:59","slug":"%d9%85%d9%88%d8%b3%db%8c%d9%88-%da%98%db%8c%da%af%d9%88","status":"publish","type":"page","link":"https:\/\/monsieurzhigou.ir\/","title":{"rendered":"\u0645\u0648\u0633\u06cc\u0648 \u0698\u06cc\u06af\u0648"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"24\" class=\"elementor elementor-24\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-613e166 e-flex e-con-boxed e-con e-parent\" data-id=\"613e166\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a7ad299 elementor-widget elementor-widget-html\" data-id=\"a7ad299\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t\r\n<style>\r\n#location-box{\r\n    background:#2c2c2c;\r\n    color:#fff;\r\n    padding:18px 20px;\r\n    border-radius:40px;\r\n    cursor:pointer;\r\n    font-size:16px;\r\n    text-align:center;\r\n    max-width:500px;\r\n    margin:auto;\r\n}\r\n\r\n\/* Overlay (hidden by default) *\/\r\n#map-overlay{\r\n    display:none;\r\n    position:fixed;\r\n    inset:0;\r\n    background:rgba(0,0,0,0.75);\r\n    z-index:9999;\r\n}\r\n\r\n\/* Wrapper *\/\r\n#map-wrapper{\r\n    width:95%;\r\n    max-width:750px;\r\n    margin:5% auto;\r\n}\r\n\r\n\/* Map box *\/\r\n#map-container{\r\n    height:450px;\r\n    background:#fff;\r\n    border-radius:20px;\r\n    overflow:hidden;\r\n}\r\n\r\n#map{\r\n    width:100%;\r\n    height:100%;\r\n}\r\n\r\n\/* Buttons *\/\r\n.map-buttons{\r\n    display:flex;\r\n    gap:10px;\r\n    margin-top:15px;\r\n}\r\n\r\n.map-buttons button{\r\n    flex:1;\r\n    padding:12px;\r\n    border:none;\r\n    border-radius:12px;\r\n    font-size:14px;\r\n    cursor:pointer;\r\n}\r\n\r\n#confirm-location{\r\n    background:#2ecc71;\r\n    color:#fff;\r\n    opacity:0.5;\r\n}\r\n\r\n#close-map{\r\n    background:#e74c3c;\r\n    color:#fff;\r\n}\r\n<\/style>\r\n\r\n<div id=\"location-box\">\r\n\ud83d\udccd \u0622\u062f\u0631\u0633 \u062e\u0648\u062f \u0631\u0627 \u0628\u0631\u0627\u06cc \u0633\u0641\u0627\u0631\u0634 \u0627\u0646\u062a\u062e\u0627\u0628 \u06a9\u0646\u06cc\u062f ...\r\n<\/div>\r\n\r\n<div id=\"map-overlay\">\r\n    <div id=\"map-wrapper\">\r\n        <div id=\"map-container\">\r\n            <div id=\"map\"><\/div>\r\n        <\/div>\r\n\r\n        <div class=\"map-buttons\">\r\n            <button id=\"confirm-location\" disabled>\u062a\u0627\u06cc\u06cc\u062f \u0644\u0648\u06a9\u06cc\u0634\u0646<\/button>\r\n            <button id=\"close-map\">\u0628\u0633\u062a\u0646<\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/div>\r\n\r\n<input type=\"hidden\" id=\"selected_location\" name=\"billing_location\">\r\n\r\n<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function(){\r\n\r\nlet overlay = document.getElementById(\"map-overlay\");\r\nlet box = document.getElementById(\"location-box\");\r\nlet closeBtn = document.getElementById(\"close-map\");\r\nlet confirmBtn = document.getElementById(\"confirm-location\");\r\nlet input = document.getElementById(\"selected_location\");\r\n\r\nlet map = null;\r\nlet marker = null;\r\nlet selectedLatLng = null;\r\n\r\n\/* \u0641\u0642\u0637 \u0628\u0627 \u06a9\u0644\u06cc\u06a9 \u06a9\u0627\u0631\u0628\u0631 \u0628\u0627\u0632 \u0634\u0648\u062f *\/\r\nbox.addEventListener(\"click\", function(){\r\n\r\n    overlay.style.display = \"block\";\r\n\r\n    if(!map){\r\n        map = L.map('map').setView([29.5918, 52.5837], 13);\r\n\r\n        L.tileLayer('https:\/\/{s}.tile.openstreetmap.org\/{z}\/{x}\/{y}.png', {\r\n            maxZoom: 19\r\n        }).addTo(map);\r\n\r\n        map.on('click', function(e){\r\n            if(marker) map.removeLayer(marker);\r\n            marker = L.marker(e.latlng).addTo(map);\r\n            selectedLatLng = e.latlng;\r\n            confirmBtn.disabled = false;\r\n            confirmBtn.style.opacity = \"1\";\r\n        });\r\n    }\r\n\r\n    setTimeout(function(){\r\n        map.invalidateSize();\r\n    }, 200);\r\n});\r\n\r\n\/* \u062a\u0627\u06cc\u06cc\u062f *\/\r\nconfirmBtn.addEventListener(\"click\", function(){\r\n    if(selectedLatLng){\r\n        input.value = selectedLatLng.lat + \",\" + selectedLatLng.lng;\r\n        box.innerHTML = \"\ud83d\udccd \u0644\u0648\u06a9\u06cc\u0634\u0646 \u0627\u0646\u062a\u062e\u0627\u0628 \u0634\u062f \u2713\";\r\n        overlay.style.display = \"none\";\r\n    }\r\n});\r\n\r\n\/* \u0628\u0633\u062a\u0646 *\/\r\ncloseBtn.addEventListener(\"click\", function(){\r\n    overlay.style.display = \"none\";\r\n});\r\n\r\n});\r\n<\/script>\r\n\r\n\r\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17eae17 elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"17eae17\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"\u06a9\u0627\u0631\u0648\u0633\u0644 \u062a\u0635\u0648\u06cc\u0631\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/6.webp\" alt=\"6\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/255.webp\" alt=\"255\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-ab638d1 e-flex e-con-boxed e-con e-parent\" data-id=\"ab638d1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8c9e7c7 elementor-widget elementor-widget-wd_products_tabs\" data-id=\"8c9e7c7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_products_tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-tabs wd-products-tabs tabs-design-default\">\n\t\t\t<div class=\"wd-tabs-header text-right\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"wd-nav-wrapper wd-nav-tabs-wrapper tabs-navigation-wrapper\">\n\n\t\t\t\t\t<ul class=\"wd-nav wd-nav-tabs products-tabs-title wd-style-underline wd-icon-pos-top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;taxonomies&quot;:[&quot;22&quot;],&quot;post_type&quot;:&quot;product&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;include&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:&quot;&quot;,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:&quot;&quot;,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:&quot;&quot;}\" class=\" wd-active\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83c\udf55 \u067e\u06cc\u062a\u0632\u0627 \u0647\u0627\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;post_type&quot;:&quot;ids&quot;,&quot;include&quot;:[&quot;76&quot;,&quot;75&quot;,&quot;74&quot;,&quot;73&quot;],&quot;ajax_recently_viewed&quot;:null,&quot;taxonomies&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:null,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:null,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:null}\" class=\"\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83c\udf54 \u0628\u0631\u06af\u0631\u0647\u0627\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;include&quot;:null,&quot;taxonomies&quot;:[&quot;20&quot;],&quot;post_type&quot;:&quot;product&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:&quot;&quot;,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:&quot;&quot;,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:&quot;&quot;}\" class=\"\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83c\udf2e \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;taxonomies&quot;:[&quot;21&quot;],&quot;post_type&quot;:&quot;product&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;include&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:&quot;&quot;,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:&quot;&quot;,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:&quot;&quot;}\" class=\"\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83e\udd6a \u0627\u0633\u062a\u0627\u0631\u062a\u0631\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;post_type&quot;:&quot;ids&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;include&quot;:&quot;&quot;,&quot;taxonomies&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:null,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:null,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:null}\" class=\"\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83c\udf2d \u0633\u0627\u0646\u062f\u0648\u06cc\u0686 \u062a\u0646\u0648\u0631\u06cc\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;post_type&quot;:&quot;product&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;include&quot;:null,&quot;taxonomies&quot;:&quot;&quot;,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:&quot;&quot;,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:&quot;&quot;,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:&quot;&quot;}\" class=\"\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\ud83e\udd64 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0647\u0627\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-tabs-content-wrapper\">\n\t\t\t\t\t<div class=\"wd-sticky-loader\"><span class=\"wd-loader\"><\/span><\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-products-element wd-tab-content wd-active wd-in\">\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"products wd-products grid-columns-4 elements-grid wd-grid-g\" data-paged=\"1\" data-atts=\"{&quot;speed&quot;:null,&quot;slides_per_view&quot;:null,&quot;wrap&quot;:null,&quot;autoplay&quot;:null,&quot;autoheight&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_parent_id&quot;:null,&quot;sync_child_id&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;include&quot;:null,&quot;taxonomies&quot;:[&quot;22&quot;],&quot;meta_key&quot;:null,&quot;ajax_recently_viewed&quot;:null,&quot;pagination_arrows_position&quot;:null,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product&quot;:null,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;img_size_custom&quot;:null,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;force_not_ajax&quot;:&quot;no&quot;,&quot;wrapper_classes&quot;:&quot; wd-tab-content wd-active wd-in&quot;,&quot;elementor&quot;:true}\" data-source=\"shortcode\" data-columns=\"4\" data-grid-gallery=\"\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-91 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"91\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"507\" height=\"516\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52.png 507w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52-295x300.png 295w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52-150x153.png 150w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"91\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\">\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>460.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=91\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_91\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"91\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_91\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"91\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"91\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-90 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"90\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"519\" height=\"522\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png 519w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-298x300.png 298w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-150x151.png 150w\" sizes=\"auto, (max-width: 519px) 100vw, 519px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"90\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\">\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>495.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=90\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_90\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"90\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_90\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"90\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"90\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-87 status-publish last instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"87\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"87\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\">\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>600.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=87\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_87\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"87\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_87\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"87\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"87\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-89 status-publish first instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"89\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"89\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\">\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>490.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=89\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_89\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"89\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_89\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"89\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"89\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-88 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"88\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"88\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\">\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>465.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=88\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_88\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"88\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_88\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"88\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"88\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-92 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"92\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"519\" height=\"522\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png 519w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-298x300.png 298w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-150x151.png 150w\" sizes=\"auto, (max-width: 519px) 100vw, 519px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"92\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\">\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>600.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=92\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_92\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"92\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_92\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"92\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"92\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-86 status-publish last instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"86\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"86\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\">\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>398.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=86\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_86\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"86\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_86\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"86\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"86\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\n\t\t\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\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-e51b460 elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"e51b460\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"\u06a9\u0627\u0631\u0648\u0633\u0644 \u062a\u0635\u0648\u06cc\u0631\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u06cc\u0631.webp\" alt=\"\u06cc\u0631\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/255\u06cc.webp\" alt=\"255\u06cc\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"wd-negative-gap elementor-element elementor-element-199c734 e-flex e-con-boxed e-con e-parent\" data-id=\"199c734\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ac156b6 elementor-widget elementor-widget-wd_products_tabs\" data-id=\"ac156b6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_products_tabs.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-tabs wd-products-tabs tabs-design-default\">\n\t\t\t<div class=\"wd-tabs-header text-right\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"wd-nav-wrapper wd-nav-tabs-wrapper tabs-navigation-wrapper\">\n\n\t\t\t\t\t<ul class=\"wd-nav wd-nav-tabs products-tabs-title wd-style-underline wd-icon-pos-top\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<li data-atts=\"{&quot;layout&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;&quot;,&quot;pagination_arrows_position&quot;:null,&quot;items_per_page&quot;:12,&quot;spacing&quot;:20,&quot;spacing_tablet&quot;:&quot;&quot;,&quot;spacing_mobile&quot;:&quot;&quot;,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;product_hover&quot;:&quot;inherit&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product_tablet&quot;:0,&quot;stretch_product_mobile&quot;:0,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;highlighted_products&quot;:0,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;products_color_scheme&quot;:&quot;default&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;elementor&quot;:true,&quot;sync_parent_id&quot;:null,&quot;slides_per_view&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;wrap&quot;:null,&quot;autoheight&quot;:null,&quot;autoplay&quot;:null,&quot;speed&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_child_id&quot;:null,&quot;img_size_custom&quot;:null,&quot;stretch_product&quot;:null,&quot;grid_gallery&quot;:&quot;&quot;,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;lazy_loading&quot;:&quot;no&quot;,&quot;taxonomies&quot;:[],&quot;post_type&quot;:&quot;product&quot;,&quot;ajax_recently_viewed&quot;:null,&quot;include&quot;:null,&quot;orderby&quot;:&quot;&quot;,&quot;offset&quot;:&quot;&quot;,&quot;query_type&quot;:&quot;OR&quot;,&quot;order&quot;:&quot;&quot;,&quot;hide_out_of_stock&quot;:&quot;no&quot;,&quot;meta_key&quot;:null,&quot;exclude&quot;:&quot;&quot;}\" class=\" wd-active\">\n\t\t\t\t\t\t\t\t<a href=\"#\" class=\"wd-nav-link\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<span class=\"tab-label nav-link-text\">\n\t\t\t\t\t\t\t\t\t\t\u0645\u0646\u0648 \u0645\u0648\u0646\u0633\u06cc\u0648 \u0698\u06cc\u06af\u0648\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wd-tabs-content-wrapper\">\n\t\t\t\t\t<div class=\"wd-sticky-loader\"><span class=\"wd-loader\"><\/span><\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<div class=\"wd-products-element wd-tab-content wd-active wd-in\">\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t<div class=\"products wd-products grid-columns-4 elements-grid wd-grid-g\" data-paged=\"1\" data-atts=\"{&quot;speed&quot;:null,&quot;slides_per_view&quot;:null,&quot;wrap&quot;:null,&quot;autoplay&quot;:null,&quot;autoheight&quot;:null,&quot;hide_pagination_control&quot;:null,&quot;dynamic_pagination_control&quot;:null,&quot;hide_prev_next_buttons&quot;:null,&quot;carousel_arrows_position&quot;:null,&quot;hide_scrollbar&quot;:null,&quot;scroll_per_page&quot;:null,&quot;center_mode&quot;:null,&quot;carousel_sync&quot;:null,&quot;sync_parent_id&quot;:null,&quot;sync_child_id&quot;:null,&quot;scroll_carousel_init&quot;:null,&quot;disable_overflow_carousel&quot;:null,&quot;include&quot;:null,&quot;taxonomies&quot;:[],&quot;meta_key&quot;:null,&quot;ajax_recently_viewed&quot;:null,&quot;pagination_arrows_position&quot;:null,&quot;columns&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:4,&quot;sizes&quot;:[]},&quot;products_masonry&quot;:&quot;&quot;,&quot;products_different_sizes&quot;:&quot;&quot;,&quot;product_quantity&quot;:&quot;&quot;,&quot;sale_countdown&quot;:&quot;0&quot;,&quot;stretch_product&quot;:null,&quot;stock_progress_bar&quot;:&quot;0&quot;,&quot;products_divider&quot;:null,&quot;products_bordered_grid&quot;:&quot;0&quot;,&quot;products_bordered_grid_style&quot;:null,&quot;products_with_background&quot;:&quot;0&quot;,&quot;products_shadow&quot;:&quot;0&quot;,&quot;img_size&quot;:&quot;large&quot;,&quot;img_size_custom&quot;:null,&quot;grid_gallery_control&quot;:null,&quot;grid_gallery_enable_arrows&quot;:null,&quot;force_not_ajax&quot;:&quot;no&quot;,&quot;wrapper_classes&quot;:&quot; wd-tab-content wd-active wd-in&quot;,&quot;elementor&quot;:true}\" data-source=\"shortcode\" data-columns=\"4\" data-grid-gallery=\"\" style=\"--wd-col-lg:4;--wd-col-md:4;--wd-col-sm:2;--wd-gap-lg:20px;--wd-gap-sm:10px;\">\n\t\t\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-73 status-publish instock product_cat-20 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"1\" data-id=\"73\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"73\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\">\u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" rel=\"tag\">\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>185.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=73\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_73\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"73\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_73\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"73\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"73\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-75 status-publish instock product_cat-20 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"2\" data-id=\"75\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u0630\u063a\u0627\u0644\u06cc.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"75\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\">\u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" rel=\"tag\">\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>398.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=75\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_75\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"75\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_75\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"75\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"75\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-91 status-publish last instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"3\" data-id=\"91\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"507\" height=\"516\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52.png 507w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52-295x300.png 295w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/52-150x153.png 150w\" sizes=\"auto, (max-width: 507px) 100vw, 507px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"91\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\">\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>460.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=91\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_91\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"91\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u067e\u0631\u0648\u0646\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_91\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"91\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%d9%be%d8%b1%d9%88%d9%86%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"91\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-90 status-publish first instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"4\" data-id=\"90\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"519\" height=\"522\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png 519w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-298x300.png 298w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-150x151.png 150w\" sizes=\"auto, (max-width: 519px) 100vw, 519px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"90\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\">\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>495.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=90\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_90\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"90\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u067e\u06cc\u06a9\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_90\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"90\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%be%db%8c%da%a9%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"90\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-87 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"5\" data-id=\"87\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0631\u0633\u062a-\u0628\u06cc\u0641.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"87\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\">\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>600.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=87\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_87\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"87\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0631\u0633\u062a \u0628\u06cc\u0641&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_87\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"87\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d8%b1%d8%b3%d8%aa-%d8%a8%db%8c%d9%81\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"87\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-89 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"6\" data-id=\"89\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u06af\u0648\u0634\u062a-\u0648-\u0642\u0627\u0631\u0686.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"89\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\">\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>490.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=89\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_89\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"89\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u06af\u0648\u0634\u062a \u0648 \u0642\u0627\u0631\u0686&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_89\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"89\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%da%af%d9%88%d8%b4%d8%aa-%d9%88-%d9%82%d8%a7%d8%b1%da%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"89\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-88 status-publish last instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"7\" data-id=\"88\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0645\u0631\u063a-\u0648-\u0642\u0627\u0631\u0686.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"88\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\">\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>465.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=88\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_88\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"88\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0631\u063a \u0648 \u0642\u0627\u0631\u0686&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_88\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"88\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d8%b1%d8%ba-%d9%88-%d9%82%d8%a7%d8%b1%da%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"88\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-92 status-publish first instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"8\" data-id=\"92\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"519\" height=\"522\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51.png 519w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-298x300.png 298w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/51-150x151.png 150w\" sizes=\"auto, (max-width: 519px) 100vw, 519px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"92\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\">\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>600.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=92\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_92\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"92\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0645\u0648\u0633\u06cc\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_92\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"92\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%85%d9%88%d8%b3%db%8c%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"92\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-86 status-publish instock product_cat-22 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"9\" data-id=\"86\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u067e\u06cc\u062a\u0632\u0627-\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"86\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\">\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%be%db%8c%d8%aa%d8%b2%d8%a7\" rel=\"tag\">\u067e\u06cc\u062a\u0632\u0627<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>398.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=86\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_86\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"86\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u067e\u06cc\u062a\u0632\u0627 \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_86\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"86\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d9%be%db%8c%d8%aa%d8%b2%d8%a7-%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"86\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-76 status-publish instock product_cat-20 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"10\" data-id=\"76\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%da%86%db%8c%d8%b2-%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0686\u06cc\u0632 \u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0686\u06cc\u0632-\u0628\u0631\u06af\u0631.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"76\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%da%86%db%8c%d8%b2-%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\">\u0686\u06cc\u0632 \u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" rel=\"tag\">\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>420.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=76\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_76\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"76\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u0686\u06cc\u0632 \u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0686\u06cc\u0632 \u0628\u0631\u06af\u0631 \u0645\u0648\u0633\u06cc\u0648&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_76\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"76\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%da%86%db%8c%d8%b2-%d8%a8%d8%b1%da%af%d8%b1-%d9%85%d9%88%d8%b3%db%8c%d9%88\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"76\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-74 status-publish last instock product_cat-20 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"11\" data-id=\"74\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%af%d9%88%d8%a8%d9%84-%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u062f\u0648\u0628\u0644 \u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0628\u0631\u06af\u0631-\u062f\u0648\u0628\u0644.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"74\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%af%d9%88%d8%a8%d9%84-%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\">\u062f\u0648\u0628\u0644 \u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d9%86%d9%88%d8%b3%d8%aa%d8%a7%d9%84%da%98%db%8c\" rel=\"tag\">\u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>245.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=74\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_74\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"74\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u062f\u0648\u0628\u0644 \u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u062f\u0648\u0628\u0644 \u0628\u0631\u06af\u0631 \u0632\u063a\u0627\u0644\u06cc&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_74\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"74\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d8%af%d9%88%d8%a8%d9%84-%d8%a8%d8%b1%da%af%d8%b1-%d8%b2%d8%ba%d8%a7%d9%84%db%8c\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"74\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\t\t\t\t\t\t<div class=\"wd-product wd-hover-buttons-on-hover wd-col product-grid-item product type-product post-82 status-publish first instock product_cat-21 has-post-thumbnail shipping-taxable purchasable product-type-simple\" data-loop=\"12\" data-id=\"82\">\n\t\n\t\n<div class=\"product-wrapper\">\n\t<div class=\"product-element-top wd-quick-shop\">\n\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%b3%d8%a7%d9%84%d8%a7%d8%af-%da%98%d8%a7%d9%85%d8%a8%d9%88%d9%86\" class=\"product-image-link\" tabindex=\"-1\" aria-label=\"\u0633\u0627\u0644\u0627\u062f \u0698\u0627\u0645\u0628\u0648\u0646\">\n\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-800x800.webp\" class=\"attachment-large size-large\" alt=\"\" srcset=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-800x800.webp 800w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-300x300.webp 300w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-150x150.webp 150w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-768x768.webp 768w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-1536x1536.webp 1536w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-600x600.webp 600w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646-1200x1200.webp 1200w, https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u0633\u0627\u0644\u0627\u062f-\u0698\u0627\u0645\u0628\u0648\u0646.webp 1750w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/>\t\t<\/a>\n\n\t\t\n\t\t<div class=\"wd-buttons wd-pos-r-t\">\n\t\t\t\t\t\t<div class=\"wd-wishlist-btn wd-action-btn wd-style-icon wd-wishlist-icon\">\n\t\t\t\t<a class=\"\" href=\"\" data-key=\"faef3b6921\" data-product-id=\"82\" rel=\"nofollow\" data-added-text=\"\u0645\u0631\u0648\u0631 \u0644\u06cc\u0633\u062a \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc\">\n\t\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0639\u0644\u0627\u0642\u0647 \u0645\u0646\u062f\u06cc<\/span>\n\t\t\t\t<\/a>\n\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t<\/div>\n\n\t<div class=\"product-element-bottom\">\n\n\t\t<div class=\"wd-product-header\">\n\t\t\t<h3 class=\"wd-entities-title\"><a href=\"https:\/\/monsieurzhigou.ir\/?product=%d8%b3%d8%a7%d9%84%d8%a7%d8%af-%da%98%d8%a7%d9%85%d8%a8%d9%88%d9%86\">\u0633\u0627\u0644\u0627\u062f \u0698\u0627\u0645\u0628\u0648\u0646<\/a><\/h3>\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\t\t<div class=\"wd-product-cats\">\n\t\t\t<a href=\"https:\/\/monsieurzhigou.ir\/?product_cat=%d8%a7%d8%b3%d8%aa%d8%a7%d8%b1%d8%aa%d8%b1\" rel=\"tag\">\u0627\u0633\u062a\u0627\u0631\u062a\u0631<\/a>\t\t<\/div>\n\t\t\n\t\t\n\t\t<div class=\"wrap-price\">\n\t\t\t\n\t<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#x062A;&#x0648;&#x0645;&#x0627;&#x0646;<\/span>285.000<\/bdi><\/span><\/span>\n\n\t\t\t\t\t<\/div>\n\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t<div class=\"wd-product-footer\">\n\t\t\t<div class=\"wd-add-btn wd-add-btn-replace\">\n\t\t\t\t<a href=\"\/index.php?rest_route=%2Fwp%2Fv2%2Fpages%2F24&#038;add-to-cart=82\" aria-describedby=\"woocommerce_loop_add_to_cart_link_describedby_82\" data-quantity=\"1\" class=\"button product_type_simple add_to_cart_button ajax_add_to_cart add-to-cart-loop\" data-product_id=\"82\" data-product_sku=\"\" aria-label=\"\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f: &ldquo;\u0633\u0627\u0644\u0627\u062f \u0698\u0627\u0645\u0628\u0648\u0646&rdquo;\" rel=\"nofollow\" data-success_message=\"&ldquo;\u0633\u0627\u0644\u0627\u062f \u0698\u0627\u0645\u0628\u0648\u0646&rdquo; \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f \u0634\u0645\u0627 \u0627\u0636\u0627\u0641\u0647 \u0634\u062f\" role=\"button\"><span>\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0633\u0628\u062f \u062e\u0631\u06cc\u062f<\/span><\/a>\t<span id=\"woocommerce_loop_add_to_cart_link_describedby_82\" class=\"screen-reader-text\">\n\t\t\t<\/span>\n\t\t\t<\/div>\n\n\t\t\t\t\t\t<div class=\"wd-action-buttons\">\n\t\t\t\t\t\t<div class=\"wd-compare-btn product-compare-button wd-action-btn wd-style-icon wd-compare-icon wd-tooltip\">\n\t\t\t<a href=\"\" data-id=\"82\" rel=\"nofollow\" data-added-text=\"\u0645\u0642\u0627\u06cc\u0633\u0647 \u0645\u062d\u0635\u0648\u0644\u0627\u062a\">\n\t\t\t\t<span class=\"wd-added-icon\"><\/span>\n\t\t\t\t<span class=\"wd-action-text\">\u0627\u0641\u0632\u0648\u062f\u0646 \u0628\u0647 \u0645\u0642\u0627\u06cc\u0633\u0647<\/span>\n\t\t\t<\/a>\n\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"quick-view wd-action-btn wd-style-icon wd-quick-view-icon wd-tooltip\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/monsieurzhigou.ir\/?product=%d8%b3%d8%a7%d9%84%d8%a7%d8%af-%da%98%d8%a7%d9%85%d8%a8%d9%88%d9%86\"\n\t\t\t\tclass=\"open-quick-view quick-view-button\"\n\t\t\t\trel=\"nofollow\"\n\t\t\t\tdata-id=\"82\"\n\t\t\t\t>\u0645\u0634\u0627\u0647\u062f\u0647 \u0633\u0631\u06cc\u0639<\/a>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/div>\n<\/div>\n\t\t\n\t\t\t\t<\/div>\n\t\n\t\t\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\n\t\t\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\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-06d09ce elementor-arrows-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"06d09ce\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;2&quot;,&quot;navigation&quot;:&quot;arrows&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"\u06a9\u0627\u0631\u0648\u0633\u0644 \u062a\u0635\u0648\u06cc\u0631\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/\u06cc\u0631.webp\" alt=\"\u06cc\u0631\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 \u0627\u0632 2\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/monsieurzhigou.ir\/wp-content\/uploads\/2026\/02\/255\u06cc.webp\" alt=\"255\u06cc\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-prev\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-left\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M646 125C629 125 613 133 604 142L308 442C296 454 292 471 292 487 292 504 296 521 308 533L604 854C617 867 629 875 646 875 663 875 679 871 692 858 704 846 713 829 713 812 713 796 708 779 692 767L438 487 692 225C700 217 708 204 708 187 708 171 704 154 692 142 675 129 663 125 646 125Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"elementor-swiper-button elementor-swiper-button-next\" role=\"button\" tabindex=\"0\">\n\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-chevron-right\" viewBox=\"0 0 1000 1000\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M696 533C708 521 713 504 713 487 713 471 708 454 696 446L400 146C388 133 375 125 354 125 338 125 325 129 313 142 300 154 292 171 292 187 292 204 296 221 308 233L563 492 304 771C292 783 288 800 288 817 288 833 296 850 308 863 321 871 338 875 354 875 371 875 388 867 400 854L696 533Z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\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","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf55 \u067e\u06cc\u062a\u0632\u0627 \u0647\u0627 \ud83c\udf54 \u0628\u0631\u06af\u0631\u0647\u0627 \ud83c\udf2e \u0646\u0648\u0633\u062a\u0627\u0644\u0698\u06cc \ud83e\udd6a \u0627\u0633\u062a\u0627\u0631\u062a\u0631 \ud83c\udf2d \u0633\u0627\u0646\u062f\u0648\u06cc\u0686 \u062a\u0646\u0648\u0631\u06cc \ud83e\udd64 \u0646\u0648\u0634\u06cc\u062f\u0646\u06cc \u0647\u0627 Array \u0645\u0646\u0648 \u0645\u0648\u0646\u0633\u06cc\u0648 \u0698\u06cc\u06af\u0648 Array<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-24","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/pages\/24","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=24"}],"version-history":[{"count":34,"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions"}],"predecessor-version":[{"id":150,"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=\/wp\/v2\/pages\/24\/revisions\/150"}],"wp:attachment":[{"href":"https:\/\/monsieurzhigou.ir\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=24"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}