{"id":444,"date":"2025-04-17T20:16:35","date_gmt":"2025-04-17T18:16:35","guid":{"rendered":"https:\/\/uj.adatbank.ro\/lexikon\/?page_id=444"},"modified":"2025-05-14T17:53:41","modified_gmt":"2025-05-14T15:53:41","slug":"erdelyi-muemlekek","status":"publish","type":"page","link":"https:\/\/uj.adatbank.ro\/lexikon\/erdelyi-muemlekek\/","title":{"rendered":"Erd\u00e9lyi m\u0171eml\u00e9kek"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"444\" class=\"elementor elementor-444\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b8a8d59 e-flex e-con-boxed e-con e-parent\" data-id=\"b8a8d59\" 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-85bb937 elementor-widget elementor-widget-wl-product-horizontal-filter\" data-id=\"85bb937\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wl-product-horizontal-filter.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"woolentor-horizontal-filter-wrap\">\n                <!-- Heaer Box Area Start -->\n                <div class=\"woolentor-heaer-box-area\">\n\n                    <div class=\"woolentor-filter-header-top-area\">\n                        <div class=\"woolentor-header-left-side\">\n                            <h2 class=\"wl_hoz_filter_title\">Rendez\u00e9s<\/h2>                        <\/div>\n                        <div class=\"woolentor-header-right-side\">\n                                                            <form class=\"woolentor-header-search-form\" role=\"search\" method=\"get\" action=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/pages\/444\/\">\n                                    <div class=\"woolentor-search-input-box\">\n                                        <input class=\"input-box\" type=\"search\" placeholder=\"Keres\u00e9s\" value=\"\" name=\"q\" title=\"Search for:\" \/>\n                                        <button class=\"input-inner-btn\" type=\"submit\" aria-label=\"Search\"><i aria-hidden=\"true\" class=\"fa fa-search\"><\/i><\/button>\n                                    <\/div>\n                                <\/form>\n                            \n                                                            <div class=\"woolentor-search-filter-custom\">\n                                    <a href=\"#\" id=\"filter-toggle-85bb937\" class=\"filter-icon\"><i aria-hidden=\"true\" class=\"fas fa-filter\"><\/i><\/a>\n                                <\/div>\n                            \n                                                            <div class=\"woolentor-search-filter-custom\">\n                                    <a href=\"#\" id=\"filter-reset-85bb937\" class=\"filter-icon filter-reset\" alt=\"Reset Filter\"><i aria-hidden=\"true\" class=\"fas fa-redo\"><\/i><\/a>\n                                <\/div>\n                            \n                        <\/div>\n                    <\/div>\n\n                    <div id=\"filter-item-85bb937\" class=\"filter-item\">\n                        <div class=\"woolentor-filter-field-area\">\n                            <div class=\"woolentor-filter-field-wrap\">\n                                                            <\/div>\n                            <div class=\"woolentor-select-drop woolentor-single-select-drop-85bb937\"><\/div>\n                            <div class=\"woolentor-select-drop woolentor-multiple-select-drop-85bb937\"><\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n                <!-- Heaer Box Area End -->\n            <\/div>\n\n            <script type=\"text\/javascript\">\n                ;jQuery(document).ready(function($) {\n                    'use strict';\n\n                    var id = '85bb937';\n\n                    \/\/ Localize Text\n                    var selectTxt = 'select',\n                        ofTxt = 'of';\n\n                    \/\/ Filter Toggle\n                    $('#filter-toggle-'+id).on('click', function(e){\n                        e.preventDefault()\n                        $('#filter-item-'+id).slideToggle()\n                    })\n\n                    \/\/ Filter Reset Button\n                    $('#filter-reset-'+id).on('click', function(e){\n                        e.preventDefault()\n                        var pre_url = window.location.href;\n                        var onlyUrl = window.location.href.replace( window.location.search,'' ),\n                            clear_time_out;\n                        window.history.pushState( {}, '', onlyUrl );\n\n                        if( onlyUrl != pre_url ){\n                            clearTimeout( clear_time_out );\n                            clear_time_out = setTimeout( function () {\n                                window.location.replace( onlyUrl );\n                            }, 500 );\n                        }\n\n                    })\n\n\n                    $('.woolentor-single-select-'+id).select2({\n                        dropdownParent: $('.woolentor-single-select-drop-'+id),\n                    });\n                    $('.woolentor-multiple-select-'+id).select2({\n                        \/\/ closeOnSelect : false,\n                        allowHtml: true,\n                        allowClear: true,\n                        dropdownParent: $('.woolentor-multiple-select-drop-'+id),\n                    });\n\n                    $('.woolentor-filter-single-item select').on('change', function (e) {\n                        var output = $(this).siblings('span.select2').find('ul');\n                        var total = e.currentTarget.length;\n                        var count = output.find('li').length - 0;\n                        if(count >= 3) {\n                            output.html(\"<li>\"+count+\" \"+ofTxt+\" \"+total+\" \"+selectTxt+\"<\/li>\")\n                        } \n                    });\n\n                    \n                    \/\/ Price Filter\n                    $('.woolentor-filter-single-item select.woolentor-price-filter').on( 'change', function(){\n                        \n                        var selected = $(this).find('option:selected'),\n                            min_price = selected.data('min_price'),\n                            max_price = selected.data('max_price'),\n                            url = new URL( window.location ),\n                            clear_time_out;\n\n                        if( !url.searchParams.get('wlfilter') ){\n                            url.searchParams.set( 'wlfilter', '1' );\n                        }\n\n                        if ( min_price.length === 0 ) {\n                            url.searchParams.delete( 'min_price' );\n                        } else {\n                            url.searchParams.set( 'min_price', min_price );\n                        }\n                        if ( max_price.length === 0 ) {\n                            url.searchParams.delete( 'max_price' );\n                        } else {\n                            url.searchParams.set( 'max_price', max_price );\n                        }\n\n                        var url_history = decodeURIComponent(url.href);\n                        window.history.pushState( {}, '', url_history );\n\n                        clearTimeout( clear_time_out );\n                        clear_time_out = setTimeout( function () {\n                            window.location.replace( url_history );\n                        }, 500 );\n\n                        return false;\n\n                    });\n\n                    \/\/ Texanomies Filter\n                    $('.woolentor-filter-single-item select.woolentor-onchange-multiple-item,.woolentor-filter-single-item select.woolentor-onchange-single-item').on('change', function () {\n\n                        var url = new URL( window.location ),\n                            clear_time_out,\n                            key = $(this).data('filter-key'),\n                            selected_values = $(this).val();\n                        \n                        \n                        if ( typeof( key ) != \"undefined\" ){\n\n                            \/\/ Remove Search params\n                            if( url.searchParams.get('q') ){\n                                url.searchParams.delete( 'q' );\n                            }else if( url.searchParams.get('s') ){\n                                url.searchParams.delete( 's' );\n                            }\n\n                            if( !url.searchParams.get('wlfilter') ){\n                                url.searchParams.set( 'wlfilter', '1' );\n                            }\n\n                            if ( selected_values.length === 0 ) {\n                                url.searchParams.delete( key );\n                                if( Array.from(url.searchParams.keys()).length === 1){\n                                    url.searchParams.delete( 'wlfilter' );\n                                }\n                            } else {\n                                url.searchParams.set( key, selected_values );\n                            }\n\n                            let baseUrl = url.href.split(\/[?#]\/)[0].replace(\/\\\/page\\\/[0-9]+\\\/\/g, \"\"),\n                                parametter = url.href.split(\/[?#]\/)[1],\n                                generateUrl = parametter ? decodeURIComponent(baseUrl + \"?\" + parametter) : baseUrl;\n\n                            var url_history = decodeURIComponent(generateUrl);\n                            \/\/ var url_history = decodeURIComponent(url.href);\n                            window.history.pushState( {}, '', url_history );\n\n                            clearTimeout( clear_time_out );\n                            clear_time_out = setTimeout( function () {\n                                window.location.replace( url_history );\n                            }, 500 );\n\n                        }\n\n                        return false;\n\n                    });\n\n\n                });\n            <\/script>\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58dcde8 wl-columns-4 wl-columns-tablet-4 wl-columns-mobile-4 elementor-hidden-mobile elementor-widget elementor-widget-woolentor-custom-product-archive\" data-id=\"58dcde8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woolentor-custom-product-archive.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"ht-products wl-filterable-products-wrap woolentor-product-same-height\"data-wl-widget-name=\"woolentor-custom-product-archive\" data-wl-widget-settings=\"{&quot;same_height_box&quot;:&quot;yes&quot;,&quot;product_limit&quot;:&quot;20&quot;,&quot;categories&quot;:[&quot;muemlekek&quot;],&quot;allow_order&quot;:&quot;&quot;,&quot;column&quot;:&quot;4&quot;,&quot;no_gutters&quot;:&quot;&quot;,&quot;product_sale_badge_custom&quot;:null,&quot;product_outofstock_badge_custom&quot;:null,&quot;thumbnailsize_size&quot;:&quot;woocommerce_thumbnail&quot;,&quot;thumbnails_style&quot;:&quot;2&quot;,&quot;item_bottom_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;20&quot;,&quot;sizes&quot;:[]},&quot;show_wishlist_button&quot;:&quot;yes&quot;,&quot;show_compare_button&quot;:&quot;yes&quot;,&quot;show_addtocart_button&quot;:&quot;yes&quot;,&quot;hide_product_price&quot;:&quot;yes&quot;,&quot;hide_product_ratting&quot;:&quot;yes&quot;,&quot;title_length&quot;:&quot;6&quot;,&quot;action_button_style&quot;:&quot;2&quot;,&quot;action_button_show_on&quot;:&quot;hover&quot;,&quot;action_button_position&quot;:&quot;middle&quot;,&quot;image_navigation_bg_color&quot;:&quot;#FFFFFF&quot;,&quot;image_dots_normal_bg_color&quot;:&quot;#CDCDCD&quot;,&quot;image_dots_hover_bg_color&quot;:&quot;#626262&quot;,&quot;product_inner_border_color&quot;:&quot;&quot;,&quot;product_inner_box_shadow_box_shadow&quot;:null,&quot;product_content_area_bg_color&quot;:&quot;&quot;,&quot;product_badge_color&quot;:&quot;&quot;,&quot;product_category_color&quot;:&quot;#626262&quot;,&quot;product_category_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_title_color&quot;:&quot;#626262&quot;,&quot;product_title_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_sale_price_color&quot;:&quot;&quot;,&quot;product_regular_price_color&quot;:&quot;&quot;,&quot;product_rating_color&quot;:&quot;&quot;,&quot;product_rating_give_color&quot;:&quot;&quot;,&quot;product_grid_description_color&quot;:&quot;#626262&quot;,&quot;product_action_button_background_color_background&quot;:&quot;classic&quot;,&quot;product_action_button_background_color_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_box_shadow_box_shadow_type&quot;:&quot;yes&quot;,&quot;product_action_button_box_shadow_box_shadow&quot;:{&quot;horizontal&quot;:&quot;0&quot;,&quot;vertical&quot;:&quot;0&quot;,&quot;blur&quot;:&quot;10&quot;,&quot;spread&quot;:&quot;0&quot;,&quot;color&quot;:&quot;rgba(255, 255, 255, 0)&quot;},&quot;product_tooltip_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_tooltip_background_color_background&quot;:&quot;classic&quot;,&quot;product_action_button_tooltip_background_color_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_normal_color&quot;:&quot;#FFFFFF&quot;,&quot;product_action_button_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;30&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_normal_background_color_color&quot;:null,&quot;product_action_button_normal_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:&quot;&quot;},&quot;product_action_button_normal_button_border_border&quot;:&quot;none&quot;,&quot;product_action_button_normal_button_border_width&quot;:null,&quot;product_action_button_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;50&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;50&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_hover_color&quot;:&quot;#FFFFFF&quot;,&quot;product_action_button_hover_background_color_color&quot;:null,&quot;product_action_button_hover_button_border_border&quot;:&quot;none&quot;,&quot;result_count_typography_typography&quot;:&quot;custom&quot;,&quot;result_count_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;result_count_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_font_weight&quot;:&quot;600&quot;,&quot;result_count_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;result_count_text_color&quot;:&quot;#626262&quot;,&quot;sorting_typography_typography&quot;:&quot;custom&quot;,&quot;sorting_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;sorting_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_font_weight&quot;:&quot;400&quot;,&quot;sorting_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;sorting_text_color&quot;:&quot;#626262&quot;,&quot;product_list_viewmode_button_color&quot;:&quot;#626262&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;#8B4138&quot;,&quot;product_list_description_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_description_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;product_list_description_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_font_weight&quot;:&quot;400&quot;,&quot;product_list_description_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_color&quot;:&quot;#626262&quot;,&quot;product_list_category_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_category_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;product_list_category_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_font_weight&quot;:&quot;400&quot;,&quot;product_list_category_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_color&quot;:&quot;#626262&quot;,&quot;product_list_category_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_list_title_color&quot;:&quot;#626262&quot;,&quot;product_list_title_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_list_cart_button_typography_font_family&quot;:null,&quot;product_list_cart_button_typography_font_size&quot;:null,&quot;product_list_cart_button_typography_font_weight&quot;:null,&quot;product_list_cart_button_typography_letter_spacing&quot;:null,&quot;product_list_cart_button_typography_word_spacing&quot;:null,&quot;product_list_cart_button_color&quot;:&quot;&quot;,&quot;product_list_cart_button_border_color&quot;:&quot;&quot;,&quot;product_list_cart_button_background_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_border_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_background_color&quot;:&quot;&quot;,&quot;product_list_quickview_button_color&quot;:&quot;#FFFFFF&quot;,&quot;product_list_quickview_button_background_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_list_quickview_button_hover_color&quot;:&quot;#FFFFFF&quot;,&quot;product_list_quickview_button_hover_background_color&quot;:&quot;#FFFFFF00&quot;,&quot;custom_css&quot;:&quot;.ht-product-action {\\n    position: absolute !important;\\n  top: 50% !important;\\n  left: 50% !important;\\n  transform: translate(-50%, -50%) !important;\\n}\\n\\nli a, a.woolentorquickview {\\n    text-decoration: none !important;\\n}&quot;,&quot;__globals__&quot;:{&quot;image_navigation_bg_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;image_dots_normal_bg_color&quot;:&quot;globals\\\/colors?id=f055323&quot;,&quot;image_dots_hover_bg_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_category_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_title_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_title_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_grid_description_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_content_area_bg_color&quot;:&quot;&quot;,&quot;product_badge_color&quot;:&quot;&quot;,&quot;product_action_button_normal_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_action_button_hover_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_action_button_normal_background_color_color&quot;:&quot;&quot;,&quot;product_tooltip_color&quot;:&quot;&quot;,&quot;result_count_typography_typography&quot;:&quot;globals\\\/typography?id=secondary&quot;,&quot;result_count_text_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;sorting_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;sorting_text_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_action_button_background_color_color&quot;:&quot;&quot;,&quot;product_action_button_tooltip_background_color_color&quot;:&quot;&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_title_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_title_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_quickview_button_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_list_quickview_button_background_color&quot;:&quot;&quot;,&quot;product_list_quickview_button_hover_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_list_viewmode_button_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_description_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_description_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_list_category_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_list_category_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_cart_button_typography_typography&quot;:&quot;&quot;,&quot;product_list_cart_button_color&quot;:&quot;&quot;,&quot;product_list_cart_button_border_color&quot;:&quot;&quot;,&quot;product_list_title_typography_typography&quot;:&quot;globals\\\/typography?id=primary&quot;,&quot;pagination_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_pagination_link_color&quot;:&quot;globals\\\/colors?id=text&quot;},&quot;hide_product_category&quot;:&quot;yes&quot;,&quot;hide_category_before_border&quot;:&quot;yes&quot;,&quot;orderby&quot;:&quot;name&quot;,&quot;order&quot;:&quot;ASC&quot;,&quot;column_tablet&quot;:&quot;4&quot;,&quot;column_mobile&quot;:&quot;4&quot;,&quot;hide_mobile&quot;:&quot;hidden-mobile&quot;,&quot;product_layout&quot;:&quot;universal&quot;,&quot;woolentor_product_view_mode&quot;:&quot;grid&quot;,&quot;tab_menu&quot;:&quot;yes&quot;,&quot;filterable&quot;:&quot;yes&quot;,&quot;product_type&quot;:&quot;recent&quot;,&quot;product_id&quot;:null,&quot;product_ids_manually&quot;:null,&quot;cat_operator&quot;:&quot;IN&quot;,&quot;paginate&quot;:&quot;yes&quot;,&quot;show_result_count&quot;:&quot;yes&quot;,&quot;query_post_type&quot;:&quot;current_query&quot;,&quot;default_column&quot;:null,&quot;item_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;product_content_style&quot;:&quot;1&quot;,&quot;hide_product_title&quot;:&quot;&quot;,&quot;hide_product_gird_content&quot;:&quot;&quot;,&quot;product_excerpt_allow_html&quot;:&quot;&quot;,&quot;woolentor_product_grid_desription_count&quot;:null,&quot;hide_product_list_content&quot;:&quot;&quot;,&quot;woolentor_list_desription_count&quot;:150,&quot;hide_product_sale_badge&quot;:&quot;&quot;,&quot;product_sale_badge_type&quot;:&quot;default&quot;,&quot;product_sale_percent_position&quot;:null,&quot;product_after_badge_percent&quot;:null,&quot;product_before_badge_percent&quot;:null,&quot;stock_progress_bar&quot;:&quot;&quot;,&quot;show_product_brand&quot;:&quot;&quot;,&quot;product_brand_taxonomy&quot;:null,&quot;hide_brand_before_border&quot;:null,&quot;title_html_tag_grid_view&quot;:&quot;h4&quot;,&quot;title_html_tag_list_view&quot;:&quot;h3&quot;,&quot;hide_order_counter&quot;:null,&quot;hide_available_counter&quot;:null,&quot;order_custom_text&quot;:null,&quot;available_custom_text&quot;:null,&quot;show_action_button&quot;:&quot;yes&quot;,&quot;show_quickview_button&quot;:&quot;&quot;,&quot;addtocart_button_txt&quot;:null,&quot;variation_quick_addtocart&quot;:&quot;&quot;,&quot;thumbnailsize_custom_dimension&quot;:null,&quot;image_tab_menu_border_color&quot;:null,&quot;image_tab_menu_active_border_color&quot;:null,&quot;show_countdown&quot;:&quot;no&quot;,&quot;show_countdown_gutter&quot;:null,&quot;product_countdown_position&quot;:null,&quot;custom_labels&quot;:null,&quot;customlabel_days&quot;:null,&quot;customlabel_hours&quot;:null,&quot;customlabel_minutes&quot;:null,&quot;customlabel_seconds&quot;:null,&quot;product_inner_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_border_area_border&quot;:&quot;&quot;,&quot;product_inner_border_area_width&quot;:null,&quot;product_inner_border_area_color&quot;:null,&quot;product_inner_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;product_inner_box_shadow_box_shadow_position&quot;:null,&quot;product_content_area_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_content_area_border_border&quot;:&quot;&quot;,&quot;product_content_area_border_width&quot;:null,&quot;product_content_area_border_color&quot;:null,&quot;product_outofstock_badge_color&quot;:&quot;&quot;,&quot;product_badge_bg_color&quot;:&quot;&quot;,&quot;product_badge_typography_typography&quot;:&quot;&quot;,&quot;product_badge_typography_font_family&quot;:null,&quot;product_badge_typography_font_size&quot;:null,&quot;product_badge_typography_font_weight&quot;:null,&quot;product_badge_typography_text_transform&quot;:null,&quot;product_badge_typography_font_style&quot;:null,&quot;product_badge_typography_text_decoration&quot;:null,&quot;product_badge_typography_line_height&quot;:null,&quot;product_badge_typography_letter_spacing&quot;:null,&quot;product_badge_typography_word_spacing&quot;:null,&quot;product_badge_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_category_typography_typography&quot;:&quot;&quot;,&quot;product_category_typography_font_family&quot;:null,&quot;product_category_typography_font_size&quot;:null,&quot;product_category_typography_font_weight&quot;:null,&quot;product_category_typography_text_transform&quot;:null,&quot;product_category_typography_font_style&quot;:null,&quot;product_category_typography_text_decoration&quot;:null,&quot;product_category_typography_line_height&quot;:null,&quot;product_category_typography_letter_spacing&quot;:null,&quot;product_category_typography_word_spacing&quot;:null,&quot;product_category_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_brand_typography_typography&quot;:null,&quot;product_brand_typography_font_family&quot;:null,&quot;product_brand_typography_font_size&quot;:null,&quot;product_brand_typography_font_weight&quot;:null,&quot;product_brand_typography_text_transform&quot;:null,&quot;product_brand_typography_font_style&quot;:null,&quot;product_brand_typography_text_decoration&quot;:null,&quot;product_brand_typography_line_height&quot;:null,&quot;product_brand_typography_letter_spacing&quot;:null,&quot;product_brand_typography_word_spacing&quot;:null,&quot;product_brand_color&quot;:null,&quot;product_brand_hover_color&quot;:null,&quot;product_brand_margin&quot;:null,&quot;product_title_typography_typography&quot;:&quot;&quot;,&quot;product_title_typography_font_family&quot;:null,&quot;product_title_typography_font_size&quot;:null,&quot;product_title_typography_font_weight&quot;:null,&quot;product_title_typography_text_transform&quot;:null,&quot;product_title_typography_font_style&quot;:null,&quot;product_title_typography_text_decoration&quot;:null,&quot;product_title_typography_line_height&quot;:null,&quot;product_title_typography_letter_spacing&quot;:null,&quot;product_title_typography_word_spacing&quot;:null,&quot;product_title_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_sale_price_typography_font_family&quot;:null,&quot;product_sale_price_typography_font_size&quot;:null,&quot;product_sale_price_typography_font_weight&quot;:null,&quot;product_sale_price_typography_text_transform&quot;:null,&quot;product_sale_price_typography_font_style&quot;:null,&quot;product_sale_price_typography_text_decoration&quot;:null,&quot;product_sale_price_typography_line_height&quot;:null,&quot;product_sale_price_typography_letter_spacing&quot;:null,&quot;product_sale_price_typography_word_spacing&quot;:null,&quot;product_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_regular_price_typography_font_family&quot;:null,&quot;product_regular_price_typography_font_size&quot;:null,&quot;product_regular_price_typography_font_weight&quot;:null,&quot;product_regular_price_typography_text_transform&quot;:null,&quot;product_regular_price_typography_font_style&quot;:null,&quot;product_regular_price_typography_text_decoration&quot;:null,&quot;product_regular_price_typography_line_height&quot;:null,&quot;product_regular_price_typography_letter_spacing&quot;:null,&quot;product_regular_price_typography_word_spacing&quot;:null,&quot;product_price_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_rating_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_grid_description_typography_typography&quot;:&quot;&quot;,&quot;product_grid_description_typography_font_family&quot;:null,&quot;product_grid_description_typography_font_size&quot;:null,&quot;product_grid_description_typography_font_weight&quot;:null,&quot;product_grid_description_typography_text_transform&quot;:null,&quot;product_grid_description_typography_font_style&quot;:null,&quot;product_grid_description_typography_text_decoration&quot;:null,&quot;product_grid_description_typography_line_height&quot;:null,&quot;product_grid_description_typography_letter_spacing&quot;:null,&quot;product_grid_description_typography_word_spacing&quot;:null,&quot;product_grid_description_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_background_color_color_stop&quot;:null,&quot;product_action_button_background_color_color_b&quot;:null,&quot;product_action_button_background_color_color_b_stop&quot;:null,&quot;product_action_button_background_color_gradient_type&quot;:null,&quot;product_action_button_background_color_gradient_angle&quot;:null,&quot;product_action_button_background_color_gradient_position&quot;:null,&quot;product_action_button_background_color_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;product_action_button_background_color_position&quot;:null,&quot;product_action_button_background_color_xpos&quot;:null,&quot;product_action_button_background_color_ypos&quot;:null,&quot;product_action_button_background_color_attachment&quot;:null,&quot;product_action_button_background_color_repeat&quot;:null,&quot;product_action_button_background_color_size&quot;:null,&quot;product_action_button_background_color_bg_width&quot;:null,&quot;product_action_button_background_color_video_link&quot;:null,&quot;product_action_button_background_color_video_start&quot;:null,&quot;product_action_button_background_color_video_end&quot;:null,&quot;product_action_button_background_color_play_once&quot;:null,&quot;product_action_button_background_color_play_on_mobile&quot;:null,&quot;product_action_button_background_color_privacy_mode&quot;:null,&quot;product_action_button_background_color_video_fallback&quot;:null,&quot;product_action_button_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_background_color_slideshow_loop&quot;:null,&quot;product_action_button_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_box_shadow_box_shadow_position&quot;:&quot; &quot;,&quot;product_action_button_tooltip_background_color_color_stop&quot;:null,&quot;product_action_button_tooltip_background_color_color_b&quot;:null,&quot;product_action_button_tooltip_background_color_color_b_stop&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_type&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_angle&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_position&quot;:null,&quot;product_action_button_tooltip_background_color_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;product_action_button_tooltip_background_color_position&quot;:null,&quot;product_action_button_tooltip_background_color_xpos&quot;:null,&quot;product_action_button_tooltip_background_color_ypos&quot;:null,&quot;product_action_button_tooltip_background_color_attachment&quot;:null,&quot;product_action_button_tooltip_background_color_repeat&quot;:null,&quot;product_action_button_tooltip_background_color_size&quot;:null,&quot;product_action_button_tooltip_background_color_bg_width&quot;:null,&quot;product_action_button_tooltip_background_color_video_link&quot;:null,&quot;product_action_button_tooltip_background_color_video_start&quot;:null,&quot;product_action_button_tooltip_background_color_video_end&quot;:null,&quot;product_action_button_tooltip_background_color_play_once&quot;:null,&quot;product_action_button_tooltip_background_color_play_on_mobile&quot;:null,&quot;product_action_button_tooltip_background_color_privacy_mode&quot;:null,&quot;product_action_button_tooltip_background_color_video_fallback&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_loop&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_normal_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_normal_background_color_color_stop&quot;:null,&quot;product_action_button_normal_background_color_color_b&quot;:null,&quot;product_action_button_normal_background_color_color_b_stop&quot;:null,&quot;product_action_button_normal_background_color_gradient_type&quot;:null,&quot;product_action_button_normal_background_color_gradient_angle&quot;:null,&quot;product_action_button_normal_background_color_gradient_position&quot;:null,&quot;product_action_button_normal_background_color_image&quot;:null,&quot;product_action_button_normal_background_color_position&quot;:null,&quot;product_action_button_normal_background_color_xpos&quot;:null,&quot;product_action_button_normal_background_color_ypos&quot;:null,&quot;product_action_button_normal_background_color_attachment&quot;:null,&quot;product_action_button_normal_background_color_repeat&quot;:null,&quot;product_action_button_normal_background_color_size&quot;:null,&quot;product_action_button_normal_background_color_bg_width&quot;:null,&quot;product_action_button_normal_background_color_video_link&quot;:null,&quot;product_action_button_normal_background_color_video_start&quot;:null,&quot;product_action_button_normal_background_color_video_end&quot;:null,&quot;product_action_button_normal_background_color_play_once&quot;:null,&quot;product_action_button_normal_background_color_play_on_mobile&quot;:null,&quot;product_action_button_normal_background_color_privacy_mode&quot;:null,&quot;product_action_button_normal_background_color_video_fallback&quot;:null,&quot;product_action_button_normal_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_normal_background_color_slideshow_loop&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_normal_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_normal_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_normal_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_normal_button_border_color&quot;:null,&quot;product_action_button_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_hover_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_hover_background_color_color_stop&quot;:null,&quot;product_action_button_hover_background_color_color_b&quot;:null,&quot;product_action_button_hover_background_color_color_b_stop&quot;:null,&quot;product_action_button_hover_background_color_gradient_type&quot;:null,&quot;product_action_button_hover_background_color_gradient_angle&quot;:null,&quot;product_action_button_hover_background_color_gradient_position&quot;:null,&quot;product_action_button_hover_background_color_image&quot;:null,&quot;product_action_button_hover_background_color_position&quot;:null,&quot;product_action_button_hover_background_color_xpos&quot;:null,&quot;product_action_button_hover_background_color_ypos&quot;:null,&quot;product_action_button_hover_background_color_attachment&quot;:null,&quot;product_action_button_hover_background_color_repeat&quot;:null,&quot;product_action_button_hover_background_color_size&quot;:null,&quot;product_action_button_hover_background_color_bg_width&quot;:null,&quot;product_action_button_hover_background_color_video_link&quot;:null,&quot;product_action_button_hover_background_color_video_start&quot;:null,&quot;product_action_button_hover_background_color_video_end&quot;:null,&quot;product_action_button_hover_background_color_play_once&quot;:null,&quot;product_action_button_hover_background_color_play_on_mobile&quot;:null,&quot;product_action_button_hover_background_color_privacy_mode&quot;:null,&quot;product_action_button_hover_background_color_video_fallback&quot;:null,&quot;product_action_button_hover_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_hover_background_color_slideshow_loop&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_hover_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_hover_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_hover_button_border_width&quot;:null,&quot;product_action_button_hover_button_border_color&quot;:null,&quot;product_counter_color&quot;:null,&quot;product_counter_background_color_background&quot;:null,&quot;product_counter_background_color_color&quot;:null,&quot;product_counter_background_color_color_stop&quot;:null,&quot;product_counter_background_color_color_b&quot;:null,&quot;product_counter_background_color_color_b_stop&quot;:null,&quot;product_counter_background_color_gradient_type&quot;:null,&quot;product_counter_background_color_gradient_angle&quot;:null,&quot;product_counter_background_color_gradient_position&quot;:null,&quot;product_counter_background_color_image&quot;:null,&quot;product_counter_background_color_position&quot;:null,&quot;product_counter_background_color_xpos&quot;:null,&quot;product_counter_background_color_ypos&quot;:null,&quot;product_counter_background_color_attachment&quot;:null,&quot;product_counter_background_color_repeat&quot;:null,&quot;product_counter_background_color_size&quot;:null,&quot;product_counter_background_color_bg_width&quot;:null,&quot;product_counter_background_color_video_link&quot;:null,&quot;product_counter_background_color_video_start&quot;:null,&quot;product_counter_background_color_video_end&quot;:null,&quot;product_counter_background_color_play_once&quot;:null,&quot;product_counter_background_color_play_on_mobile&quot;:null,&quot;product_counter_background_color_privacy_mode&quot;:null,&quot;product_counter_background_color_video_fallback&quot;:null,&quot;product_counter_background_color_slideshow_gallery&quot;:null,&quot;product_counter_background_color_slideshow_loop&quot;:null,&quot;product_counter_background_color_slideshow_slide_duration&quot;:null,&quot;product_counter_background_color_slideshow_slide_transition&quot;:null,&quot;product_counter_background_color_slideshow_transition_duration&quot;:null,&quot;product_counter_background_color_slideshow_background_size&quot;:null,&quot;product_counter_background_color_slideshow_background_position&quot;:null,&quot;product_counter_background_color_slideshow_lazyload&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_counter_space_between&quot;:null,&quot;result_count_typography_text_transform&quot;:&quot;&quot;,&quot;result_count_typography_font_style&quot;:&quot;&quot;,&quot;result_count_typography_text_decoration&quot;:&quot;&quot;,&quot;result_count_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_text_transform&quot;:&quot;&quot;,&quot;sorting_typography_font_style&quot;:&quot;&quot;,&quot;sorting_typography_text_decoration&quot;:&quot;&quot;,&quot;sorting_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;sorting_border_color&quot;:&quot;&quot;,&quot;product_pagination_position&quot;:&quot;left&quot;,&quot;pagination_typography_typography&quot;:&quot;&quot;,&quot;pagination_typography_font_family&quot;:null,&quot;pagination_typography_font_size&quot;:null,&quot;pagination_typography_font_weight&quot;:null,&quot;pagination_typography_text_transform&quot;:null,&quot;pagination_typography_font_style&quot;:null,&quot;pagination_typography_text_decoration&quot;:null,&quot;pagination_typography_line_height&quot;:null,&quot;pagination_typography_letter_spacing&quot;:null,&quot;pagination_typography_word_spacing&quot;:null,&quot;product_pagination_border_color&quot;:&quot;&quot;,&quot;product_pagination_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_link_color&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color&quot;:&quot;&quot;,&quot;product_pagination_link_color_hover&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color_hover&quot;:&quot;&quot;,&quot;product_list_border_area_border&quot;:&quot;&quot;,&quot;product_list_border_area_width&quot;:null,&quot;product_list_border_area_color&quot;:null,&quot;product_list_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_list_area_background_background&quot;:&quot;&quot;,&quot;product_list_area_background_color&quot;:null,&quot;product_list_area_background_color_stop&quot;:null,&quot;product_list_area_background_color_b&quot;:null,&quot;product_list_area_background_color_b_stop&quot;:null,&quot;product_list_area_background_gradient_type&quot;:null,&quot;product_list_area_background_gradient_angle&quot;:null,&quot;product_list_area_background_gradient_position&quot;:null,&quot;product_list_area_background_position&quot;:null,&quot;product_list_area_background_xpos&quot;:null,&quot;product_list_area_background_ypos&quot;:null,&quot;product_list_area_background_attachment&quot;:null,&quot;product_list_area_background_repeat&quot;:null,&quot;product_list_area_background_size&quot;:null,&quot;product_list_area_background_bg_width&quot;:null,&quot;product_list_area_background_video_link&quot;:null,&quot;product_list_area_background_video_start&quot;:null,&quot;product_list_area_background_video_end&quot;:null,&quot;product_list_area_background_play_once&quot;:null,&quot;product_list_area_background_play_on_mobile&quot;:null,&quot;product_list_area_background_privacy_mode&quot;:null,&quot;product_list_area_background_video_fallback&quot;:null,&quot;product_list_area_background_slideshow_gallery&quot;:null,&quot;product_list_area_background_slideshow_loop&quot;:null,&quot;product_list_area_background_slideshow_slide_duration&quot;:null,&quot;product_list_area_background_slideshow_slide_transition&quot;:null,&quot;product_list_area_background_slideshow_transition_duration&quot;:null,&quot;product_list_area_background_slideshow_background_size&quot;:null,&quot;product_list_area_background_slideshow_background_position&quot;:null,&quot;product_list_area_background_slideshow_lazyload&quot;:null,&quot;product_list_area_background_slideshow_ken_burns&quot;:null,&quot;product_list_area_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_list_description_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_description_typography_font_style&quot;:&quot;&quot;,&quot;product_list_description_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_description_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_category_typography_font_style&quot;:&quot;&quot;,&quot;product_list_category_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_category_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_typography_typography&quot;:&quot;&quot;,&quot;product_list_title_typography_font_family&quot;:null,&quot;product_list_title_typography_font_size&quot;:null,&quot;product_list_title_typography_font_weight&quot;:null,&quot;product_list_title_typography_text_transform&quot;:null,&quot;product_list_title_typography_font_style&quot;:null,&quot;product_list_title_typography_text_decoration&quot;:null,&quot;product_list_title_typography_line_height&quot;:null,&quot;product_list_title_typography_letter_spacing&quot;:null,&quot;product_list_title_typography_word_spacing&quot;:null,&quot;product_list_sale_price_color&quot;:&quot;#444444&quot;,&quot;product_list_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_sale_price_typography_font_family&quot;:null,&quot;product_list_sale_price_typography_font_size&quot;:null,&quot;product_list_sale_price_typography_font_weight&quot;:null,&quot;product_list_sale_price_typography_text_transform&quot;:null,&quot;product_list_sale_price_typography_font_style&quot;:null,&quot;product_list_sale_price_typography_text_decoration&quot;:null,&quot;product_list_sale_price_typography_line_height&quot;:null,&quot;product_list_sale_price_typography_letter_spacing&quot;:null,&quot;product_list_sale_price_typography_word_spacing&quot;:null,&quot;product_list_regular_price_color&quot;:&quot;#444444&quot;,&quot;product_list_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_regular_price_typography_font_family&quot;:null,&quot;product_list_regular_price_typography_font_size&quot;:null,&quot;product_list_regular_price_typography_font_weight&quot;:null,&quot;product_list_regular_price_typography_text_transform&quot;:null,&quot;product_list_regular_price_typography_font_style&quot;:null,&quot;product_list_regular_price_typography_text_decoration&quot;:null,&quot;product_list_regular_price_typography_line_height&quot;:null,&quot;product_list_regular_price_typography_letter_spacing&quot;:null,&quot;product_list_regular_price_typography_word_spacing&quot;:null,&quot;product_list_rating_color&quot;:&quot;#aaaaaa&quot;,&quot;product_list_rating_give_color&quot;:&quot;#dc9a0e&quot;,&quot;product_list_cart_button_typography_typography&quot;:&quot;&quot;,&quot;product_list_cart_button_typography_text_transform&quot;:null,&quot;product_list_cart_button_typography_font_style&quot;:null,&quot;product_list_cart_button_typography_text_decoration&quot;:null,&quot;product_list_cart_button_typography_line_height&quot;:null,&quot;progressbar_height&quot;:null,&quot;progressbar_bg_color&quot;:null,&quot;progressbar_active_bg_color&quot;:null,&quot;progressbar_area&quot;:null,&quot;order_ability_typography_typography&quot;:null,&quot;order_ability_typography_font_family&quot;:null,&quot;order_ability_typography_font_size&quot;:null,&quot;order_ability_typography_font_weight&quot;:null,&quot;order_ability_typography_text_transform&quot;:null,&quot;order_ability_typography_font_style&quot;:null,&quot;order_ability_typography_text_decoration&quot;:null,&quot;order_ability_typography_line_height&quot;:null,&quot;order_ability_typography_letter_spacing&quot;:null,&quot;order_ability_typography_word_spacing&quot;:null,&quot;order_ability_color&quot;:null,&quot;counter_number_color&quot;:null,&quot;quick_cart_button_color&quot;:null,&quot;quick_cart_button_typography_typography&quot;:null,&quot;quick_cart_button_typography_font_family&quot;:null,&quot;quick_cart_button_typography_font_size&quot;:null,&quot;quick_cart_button_typography_font_weight&quot;:null,&quot;quick_cart_button_typography_text_transform&quot;:null,&quot;quick_cart_button_typography_font_style&quot;:null,&quot;quick_cart_button_typography_text_decoration&quot;:null,&quot;quick_cart_button_typography_line_height&quot;:null,&quot;quick_cart_button_typography_letter_spacing&quot;:null,&quot;quick_cart_button_typography_word_spacing&quot;:null,&quot;quick_cart_button_background_background&quot;:null,&quot;quick_cart_button_background_color&quot;:null,&quot;quick_cart_button_background_color_stop&quot;:null,&quot;quick_cart_button_background_color_b&quot;:null,&quot;quick_cart_button_background_color_b_stop&quot;:null,&quot;quick_cart_button_background_gradient_type&quot;:null,&quot;quick_cart_button_background_gradient_angle&quot;:null,&quot;quick_cart_button_background_gradient_position&quot;:null,&quot;quick_cart_button_background_position&quot;:null,&quot;quick_cart_button_background_xpos&quot;:null,&quot;quick_cart_button_background_ypos&quot;:null,&quot;quick_cart_button_background_attachment&quot;:null,&quot;quick_cart_button_background_repeat&quot;:null,&quot;quick_cart_button_background_size&quot;:null,&quot;quick_cart_button_background_bg_width&quot;:null,&quot;quick_cart_button_background_video_link&quot;:null,&quot;quick_cart_button_background_video_start&quot;:null,&quot;quick_cart_button_background_video_end&quot;:null,&quot;quick_cart_button_background_play_once&quot;:null,&quot;quick_cart_button_background_play_on_mobile&quot;:null,&quot;quick_cart_button_background_privacy_mode&quot;:null,&quot;quick_cart_button_background_video_fallback&quot;:null,&quot;quick_cart_button_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_background_slideshow_loop&quot;:null,&quot;quick_cart_button_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_padding&quot;:null,&quot;quick_cart_button_border_border&quot;:null,&quot;quick_cart_button_border_width&quot;:null,&quot;quick_cart_button_border_color&quot;:null,&quot;quick_cart_button_border_radius&quot;:null,&quot;quick_cart_button_hover_color&quot;:null,&quot;quick_cart_button_hover_background_background&quot;:null,&quot;quick_cart_button_hover_background_color&quot;:null,&quot;quick_cart_button_hover_background_color_stop&quot;:null,&quot;quick_cart_button_hover_background_color_b&quot;:null,&quot;quick_cart_button_hover_background_color_b_stop&quot;:null,&quot;quick_cart_button_hover_background_gradient_type&quot;:null,&quot;quick_cart_button_hover_background_gradient_angle&quot;:null,&quot;quick_cart_button_hover_background_gradient_position&quot;:null,&quot;quick_cart_button_hover_background_position&quot;:null,&quot;quick_cart_button_hover_background_xpos&quot;:null,&quot;quick_cart_button_hover_background_ypos&quot;:null,&quot;quick_cart_button_hover_background_attachment&quot;:null,&quot;quick_cart_button_hover_background_repeat&quot;:null,&quot;quick_cart_button_hover_background_size&quot;:null,&quot;quick_cart_button_hover_background_bg_width&quot;:null,&quot;quick_cart_button_hover_background_video_link&quot;:null,&quot;quick_cart_button_hover_background_video_start&quot;:null,&quot;quick_cart_button_hover_background_video_end&quot;:null,&quot;quick_cart_button_hover_background_play_once&quot;:null,&quot;quick_cart_button_hover_background_play_on_mobile&quot;:null,&quot;quick_cart_button_hover_background_privacy_mode&quot;:null,&quot;quick_cart_button_hover_background_video_fallback&quot;:null,&quot;quick_cart_button_hover_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_hover_background_slideshow_loop&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_hover_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_hover_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_hover_border_border&quot;:null,&quot;quick_cart_button_hover_border_width&quot;:null,&quot;quick_cart_button_hover_border_color&quot;:null,&quot;_title&quot;:&quot;&quot;,&quot;_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_element_width&quot;:&quot;&quot;,&quot;_element_width_tablet&quot;:&quot;&quot;,&quot;_element_width_mobile&quot;:&quot;&quot;,&quot;_element_custom_width&quot;:null,&quot;_grid_column&quot;:&quot;&quot;,&quot;_grid_column_custom&quot;:null,&quot;_grid_row&quot;:&quot;&quot;,&quot;_grid_row_custom&quot;:null,&quot;_flex_align_self&quot;:&quot;&quot;,&quot;_flex_order&quot;:&quot;&quot;,&quot;_flex_order_custom&quot;:null,&quot;_flex_size&quot;:&quot;&quot;,&quot;_flex_grow&quot;:null,&quot;_flex_shrink&quot;:null,&quot;_element_vertical_align&quot;:null,&quot;_position&quot;:&quot;&quot;,&quot;_offset_orientation_h&quot;:null,&quot;_offset_x&quot;:null,&quot;_offset_x_end&quot;:null,&quot;_offset_orientation_v&quot;:null,&quot;_offset_y&quot;:null,&quot;_offset_y_end&quot;:null,&quot;_z_index&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;_css_classes&quot;:&quot;&quot;,&quot;e_display_conditions&quot;:&quot;&quot;,&quot;_element_cache&quot;:&quot;&quot;,&quot;cpel_lv_enabled&quot;:&quot;&quot;,&quot;cpel_lv_action&quot;:null,&quot;cpel_lv_languages&quot;:null,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;&quot;,&quot;motion_fx_translateY_effect&quot;:null,&quot;motion_fx_translateY_direction&quot;:null,&quot;motion_fx_translateY_speed&quot;:null,&quot;motion_fx_translateY_affectedRange&quot;:null,&quot;motion_fx_translateX_effect&quot;:null,&quot;motion_fx_translateX_direction&quot;:null,&quot;motion_fx_translateX_speed&quot;:null,&quot;motion_fx_translateX_affectedRange&quot;:null,&quot;motion_fx_opacity_effect&quot;:null,&quot;motion_fx_opacity_direction&quot;:null,&quot;motion_fx_opacity_level&quot;:null,&quot;motion_fx_opacity_range&quot;:null,&quot;motion_fx_blur_effect&quot;:null,&quot;motion_fx_blur_direction&quot;:null,&quot;motion_fx_blur_level&quot;:null,&quot;motion_fx_blur_range&quot;:null,&quot;motion_fx_rotateZ_effect&quot;:null,&quot;motion_fx_rotateZ_direction&quot;:null,&quot;motion_fx_rotateZ_speed&quot;:null,&quot;motion_fx_rotateZ_affectedRange&quot;:null,&quot;motion_fx_scale_effect&quot;:null,&quot;motion_fx_scale_direction&quot;:null,&quot;motion_fx_scale_speed&quot;:null,&quot;motion_fx_scale_range&quot;:null,&quot;motion_fx_transform_origin_x&quot;:null,&quot;motion_fx_transform_origin_y&quot;:null,&quot;motion_fx_devices&quot;:null,&quot;motion_fx_range&quot;:null,&quot;motion_fx_motion_fx_mouse&quot;:&quot;&quot;,&quot;motion_fx_mouseTrack_effect&quot;:null,&quot;motion_fx_mouseTrack_direction&quot;:null,&quot;motion_fx_mouseTrack_speed&quot;:null,&quot;motion_fx_tilt_effect&quot;:null,&quot;motion_fx_tilt_direction&quot;:null,&quot;motion_fx_tilt_speed&quot;:null,&quot;sticky&quot;:&quot;&quot;,&quot;sticky_on&quot;:null,&quot;sticky_offset&quot;:null,&quot;sticky_offset_tablet&quot;:null,&quot;sticky_offset_mobile&quot;:null,&quot;sticky_effects_offset&quot;:null,&quot;sticky_effects_offset_tablet&quot;:null,&quot;sticky_effects_offset_mobile&quot;:null,&quot;sticky_parent&quot;:null,&quot;_animation&quot;:&quot;&quot;,&quot;_animation_tablet&quot;:&quot;&quot;,&quot;_animation_mobile&quot;:&quot;&quot;,&quot;animation_duration&quot;:null,&quot;_animation_delay&quot;:null,&quot;_transform_rotate_popover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect&quot;:null,&quot;_transform_rotateZ_effect_tablet&quot;:null,&quot;_transform_rotateZ_effect_mobile&quot;:null,&quot;_transform_rotate_3d&quot;:null,&quot;_transform_rotateX_effect&quot;:null,&quot;_transform_rotateX_effect_tablet&quot;:null,&quot;_transform_rotateX_effect_mobile&quot;:null,&quot;_transform_rotateY_effect&quot;:null,&quot;_transform_rotateY_effect_tablet&quot;:null,&quot;_transform_rotateY_effect_mobile&quot;:null,&quot;_transform_perspective_effect&quot;:null,&quot;_transform_perspective_effect_tablet&quot;:null,&quot;_transform_perspective_effect_mobile&quot;:null,&quot;_transform_translate_popover&quot;:&quot;&quot;,&quot;_transform_translateX_effect&quot;:null,&quot;_transform_translateX_effect_tablet&quot;:null,&quot;_transform_translateX_effect_mobile&quot;:null,&quot;_transform_translateY_effect&quot;:null,&quot;_transform_translateY_effect_tablet&quot;:null,&quot;_transform_translateY_effect_mobile&quot;:null,&quot;_transform_scale_popover&quot;:&quot;&quot;,&quot;_transform_keep_proportions&quot;:&quot;yes&quot;,&quot;_transform_scale_effect&quot;:null,&quot;_transform_scale_effect_tablet&quot;:null,&quot;_transform_scale_effect_mobile&quot;:null,&quot;_transform_scaleX_effect&quot;:null,&quot;_transform_scaleX_effect_tablet&quot;:null,&quot;_transform_scaleX_effect_mobile&quot;:null,&quot;_transform_scaleY_effect&quot;:null,&quot;_transform_scaleY_effect_tablet&quot;:null,&quot;_transform_scaleY_effect_mobile&quot;:null,&quot;_transform_skew_popover&quot;:&quot;&quot;,&quot;_transform_skewX_effect&quot;:null,&quot;_transform_skewX_effect_tablet&quot;:null,&quot;_transform_skewX_effect_mobile&quot;:null,&quot;_transform_skewY_effect&quot;:null,&quot;_transform_skewY_effect_tablet&quot;:null,&quot;_transform_skewY_effect_mobile&quot;:null,&quot;_transform_flipX_effect&quot;:&quot;&quot;,&quot;_transform_flipY_effect&quot;:&quot;&quot;,&quot;_transform_rotate_popover_hover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect_hover&quot;:null,&quot;_transform_rotateZ_effect_hover_tablet&quot;:null,&quot;_transform_rotateZ_effect_hover_mobile&quot;:null,&quot;_transform_rotate_3d_hover&quot;:null,&quot;_transform_rotateX_effect_hover&quot;:null,&quot;_transform_rotateX_effect_hover_tablet&quot;:null,&quot;_transform_rotateX_effect_hover_mobile&quot;:null,&quot;_transform_rotateY_effect_hover&quot;:null,&quot;_transform_rotateY_effect_hover_tablet&quot;:null,&quot;_transform_rotateY_effect_hover_mobile&quot;:null,&quot;_transform_perspective_effect_hover&quot;:null,&quot;_transform_perspective_effect_hover_tablet&quot;:null,&quot;_transform_perspective_effect_hover_mobile&quot;:null,&quot;_transform_translate_popover_hover&quot;:&quot;&quot;,&quot;_transform_translateX_effect_hover&quot;:null,&quot;_transform_translateX_effect_hover_tablet&quot;:null,&quot;_transform_translateX_effect_hover_mobile&quot;:null,&quot;_transform_translateY_effect_hover&quot;:null,&quot;_transform_translateY_effect_hover_tablet&quot;:null,&quot;_transform_translateY_effect_hover_mobile&quot;:null,&quot;_transform_scale_popover_hover&quot;:&quot;&quot;,&quot;_transform_keep_proportions_hover&quot;:&quot;yes&quot;,&quot;_transform_scale_effect_hover&quot;:null,&quot;_transform_scale_effect_hover_tablet&quot;:null,&quot;_transform_scale_effect_hover_mobile&quot;:null,&quot;_transform_scaleX_effect_hover&quot;:null,&quot;_transform_scaleX_effect_hover_tablet&quot;:null,&quot;_transform_scaleX_effect_hover_mobile&quot;:null,&quot;_transform_scaleY_effect_hover&quot;:null,&quot;_transform_scaleY_effect_hover_tablet&quot;:null,&quot;_transform_scaleY_effect_hover_mobile&quot;:null,&quot;_transform_skew_popover_hover&quot;:&quot;&quot;,&quot;_transform_skewX_effect_hover&quot;:null,&quot;_transform_skewX_effect_hover_tablet&quot;:null,&quot;_transform_skewX_effect_hover_mobile&quot;:null,&quot;_transform_skewY_effect_hover&quot;:null,&quot;_transform_skewY_effect_hover_tablet&quot;:null,&quot;_transform_skewY_effect_hover_mobile&quot;:null,&quot;_transform_flipX_effect_hover&quot;:&quot;&quot;,&quot;_transform_flipY_effect_hover&quot;:&quot;&quot;,&quot;_transform_transition_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;motion_fx_transform_x_anchor_point&quot;:null,&quot;motion_fx_transform_y_anchor_point&quot;:null,&quot;_background_background&quot;:&quot;&quot;,&quot;_background_color&quot;:null,&quot;_background_color_stop&quot;:null,&quot;_background_color_b&quot;:null,&quot;_background_color_b_stop&quot;:null,&quot;_background_gradient_type&quot;:null,&quot;_background_gradient_angle&quot;:null,&quot;_background_gradient_position&quot;:null,&quot;_background_image&quot;:null,&quot;_background_position&quot;:null,&quot;_background_xpos&quot;:null,&quot;_background_ypos&quot;:null,&quot;_background_attachment&quot;:null,&quot;_background_repeat&quot;:null,&quot;_background_size&quot;:null,&quot;_background_bg_width&quot;:null,&quot;_background_video_link&quot;:null,&quot;_background_video_start&quot;:null,&quot;_background_video_end&quot;:null,&quot;_background_play_once&quot;:null,&quot;_background_play_on_mobile&quot;:null,&quot;_background_privacy_mode&quot;:null,&quot;_background_video_fallback&quot;:null,&quot;_background_slideshow_gallery&quot;:null,&quot;_background_slideshow_loop&quot;:null,&quot;_background_slideshow_slide_duration&quot;:null,&quot;_background_slideshow_slide_transition&quot;:null,&quot;_background_slideshow_transition_duration&quot;:null,&quot;_background_slideshow_background_size&quot;:null,&quot;_background_slideshow_background_position&quot;:null,&quot;_background_slideshow_lazyload&quot;:null,&quot;_background_slideshow_ken_burns&quot;:null,&quot;_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_background&quot;:&quot;&quot;,&quot;_background_hover_color&quot;:null,&quot;_background_hover_color_stop&quot;:null,&quot;_background_hover_color_b&quot;:null,&quot;_background_hover_color_b_stop&quot;:null,&quot;_background_hover_gradient_type&quot;:null,&quot;_background_hover_gradient_angle&quot;:null,&quot;_background_hover_gradient_position&quot;:null,&quot;_background_hover_image&quot;:null,&quot;_background_hover_position&quot;:null,&quot;_background_hover_xpos&quot;:null,&quot;_background_hover_ypos&quot;:null,&quot;_background_hover_attachment&quot;:null,&quot;_background_hover_repeat&quot;:null,&quot;_background_hover_size&quot;:null,&quot;_background_hover_bg_width&quot;:null,&quot;_background_hover_video_link&quot;:null,&quot;_background_hover_video_start&quot;:null,&quot;_background_hover_video_end&quot;:null,&quot;_background_hover_play_once&quot;:null,&quot;_background_hover_play_on_mobile&quot;:null,&quot;_background_hover_privacy_mode&quot;:null,&quot;_background_hover_video_fallback&quot;:null,&quot;_background_hover_slideshow_gallery&quot;:null,&quot;_background_hover_slideshow_loop&quot;:null,&quot;_background_hover_slideshow_slide_duration&quot;:null,&quot;_background_hover_slideshow_slide_transition&quot;:null,&quot;_background_hover_slideshow_transition_duration&quot;:null,&quot;_background_hover_slideshow_background_size&quot;:null,&quot;_background_hover_slideshow_background_position&quot;:null,&quot;_background_hover_slideshow_lazyload&quot;:null,&quot;_background_hover_slideshow_ken_burns&quot;:null,&quot;_background_hover_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_border_border&quot;:&quot;&quot;,&quot;_border_width&quot;:null,&quot;_border_color&quot;:null,&quot;_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_box_shadow&quot;:null,&quot;_box_shadow_box_shadow_position&quot;:null,&quot;_border_hover_border&quot;:&quot;&quot;,&quot;_border_hover_width&quot;:null,&quot;_border_hover_color&quot;:null,&quot;_border_radius_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_hover_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_hover_box_shadow&quot;:null,&quot;_box_shadow_hover_box_shadow_position&quot;:null,&quot;_border_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_mask_switch&quot;:&quot;&quot;,&quot;_mask_shape&quot;:null,&quot;_mask_image&quot;:null,&quot;_mask_size&quot;:null,&quot;_mask_size_scale&quot;:null,&quot;_mask_position&quot;:null,&quot;_mask_position_x&quot;:null,&quot;_mask_position_y&quot;:null,&quot;_mask_repeat&quot;:null,&quot;hide_desktop&quot;:&quot;&quot;,&quot;hide_tablet&quot;:&quot;&quot;,&quot;_attributes&quot;:&quot;&quot;,&quot;tabuniqid&quot;:&quot;58dcde8&quot;}\">\r\n                <div id=\"wl-shop-tab-area-58dcde8\" class=\"wl-shop-tab-area grid_view wl-filterable-products-content\">\r\n                    <div class=\"woocommerce columns-4 \"><div class=\"woolentor-before-shop\">                        <ul id=\"wl-shop-tab-links-58dcde8\" class=\"wl-shop-tab-links\">\n                            <li><a href=\"#grid-58dcde8\" data-tabvalue=\"grid_view\" class=\"htactive\" aria-label=\"Grid\" rel=\"nofollow\"><i class=\"sli sli-grid\"><\/i><\/a><\/li>\n                            <li><a href=\"#list-58dcde8\" data-tabvalue=\"list_view\" class=\"\" aria-label=\"List\" rel=\"nofollow\"><i class=\"sli sli-menu\"><\/i><\/a><\/li>\n                        <\/ul>\n                    <div class=\"woocommerce-notices-wrapper\"><\/div><p class=\"woocommerce-result-count\" role=\"alert\" aria-relevant=\"all\" >\n\tMind a(z) 3 tal\u00e1lat megjelen\u00edtve<\/p>\n<\/div><div class=\"woolentor-products wl-row columns-4   \" data-settings=\"\" >\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25299\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/\" aria-label=\"Ab\u00e1d\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25299\" aria-label=\"Ab\u00e1d\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/'>Ab\u00e1d<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/\" aria-label=\"Ab\u00e1d\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25299\" aria-label=\"Ab\u00e1d\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/'>Ab\u00e1d<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *Ab\u00e1d[1] @ Arad\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 [Ar]\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Abad 1135 Abad (M\u00e1rki II\/1:190, DL 31121, Horv\u00e1th,J:38, Banat:64, Ha\u021began:11, Etsz I:2), 1177 Abad (Gy\u00f6rffy I:170, Cs\u00e1nki I:766, Ortvay:Temes I.213:355\u2013356, Borsa:213, M\u00e1rki I:190, DL 31121, Blazovich:33, RegArp I.125:40, Krist\u00f3:Adatok I:79\/44, KMH I:28, OrtvayCsa II:139, Kov\u00e1ch:36, Veres,E:6, Blazovich 2023:53, Ha\u0163egan:299, Dic.Arad I:55,\u00a0 Suciu II:287, Vistai I:1), 1349 Apaad (M\u00e1rki I:177, [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25307\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/\" aria-label=\"Abaf\u00e1ja\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25307\" aria-label=\"Abaf\u00e1ja\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/'>Abaf\u00e1ja<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/\" aria-label=\"Abaf\u00e1ja\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25307\" aria-label=\"Abaf\u00e1ja\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/'>Abaf\u00e1ja<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>ABAF\u00c1JA MT\u00a0\u00a0\u00a0\u00a0\u00a0 MS \u00a0\u00a0\u00a0\u00a0 Apalina \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \uf0e8Brenndorf \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \/Abafalva, Abafa\/ \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Abaf\u00e1ja # Sz\u00e1szr\u00e9gen (1956) 1332\u201337 Abafaya, Abbafaya (EOkt II.1125:407, EOkt II.1127:408, Cs\u00e1nki V:691, DF 292450\/1, Theiner I:560, MonVatHung I\/1. 92, 104, 107, 130, DIR C (XIV) III.56:126, 148\u2013149, 153\u2013154,196, Ortvay II:653, Krist\u00f3:Adatok I:79\/37, Beke:768, Suciu I:40, SzMA I:52, Vistai I:1), 1335 Abaf\u00e1ja (EOkt [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25288\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25288\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/'>Apanagyfalu \u2013 reform\u00e1tus templom<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25288\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/'>Apanagyfalu \u2013 reform\u00e1tus templom<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>A m\u0171eml\u00e9k adatai C\u00edm: 38. sz\u00e1m K\u00f3d: BN-II-a-A-01681 Dat\u00e1l\u00e1s: 15. sz\u00e1zad m\u00e1sodik harmada, jelent\u0151sebb \u00e1t\u00e9p\u00edt\u00e9sek, jav\u00edt\u00e1sok: 1715, 1750, 1896 &nbsp; Szerz\u0151:\u00a0Bara J\u00falia &nbsp; T\u00f6rt\u00e9neti adatok Apanagyfalu (Nu\u015feni, Grossendorf), az\u00a0Apafi\u00a0csal\u00e1d egykori \u0151si nemzets\u00e9gi birtokk\u00f6zpontja Bethlent\u0151l 10 km-re d\u00e9lre, a Melles-patak ment\u00e9n fekszik. Az 1876-os megyerendez\u00e9sig Bels\u0151-Szolnok v\u00e1rmegy\u00e9hez tartozott, ekkor az \u00fajonnan kialak\u00edtott Szolnok-Doboka v\u00e1rmegy\u00e9hez csatolt\u00e1k. Ma [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End--><\/div><\/div>                <\/div>\r\n            <\/div>\r\n\r\n            <script type=\"text\/javascript\">\r\n                ;jQuery(document).ready(function($) {\r\n                    var uniqid = '58dcde8';\r\n                    function woolentor_tabs_pro( $tabmenus, $tabpane ){\r\n                        $tabmenus.on('click', 'a', function(e){\r\n                            e.preventDefault();\r\n                            var $this = $(this),\r\n                                $target = $this.attr('href'),\r\n                                $data = $this.data('tabvalue');\r\n                            $this.addClass('htactive').parent().siblings().children('a').removeClass('htactive');\r\n                            $( $tabpane ).removeClass('grid_view list_view');\r\n                            $( $tabpane ).addClass( $data );\r\n\r\n                            \/\/ refresh slick\r\n                            $id = $this.attr('href');\r\n                            $('.wl-shop-tab-area').find('.slick-slider').slick('refresh');\r\n                        });\r\n                    }\r\n                    woolentor_tabs_pro( $( \"#wl-shop-tab-links-\"+uniqid ), '#wl-shop-tab-area-'+uniqid );\r\n                });\r\n            <\/script>\r\n\r\n            \r\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-68f5a40 wl-columns-4 wl-columns-tablet-4 wl-columns-mobile-1 elementor-hidden-desktop elementor-hidden-tablet elementor-widget elementor-widget-woolentor-custom-product-archive\" data-id=\"68f5a40\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"woolentor-custom-product-archive.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t            <div class=\"ht-products wl-filterable-products-wrap woolentor-product-same-height\"data-wl-widget-name=\"woolentor-custom-product-archive\" data-wl-widget-settings=\"{&quot;same_height_box&quot;:&quot;yes&quot;,&quot;product_limit&quot;:&quot;20&quot;,&quot;categories&quot;:[&quot;muemlekek&quot;],&quot;allow_order&quot;:&quot;&quot;,&quot;column&quot;:&quot;4&quot;,&quot;no_gutters&quot;:&quot;&quot;,&quot;product_sale_badge_custom&quot;:null,&quot;product_outofstock_badge_custom&quot;:null,&quot;thumbnailsize_size&quot;:&quot;woocommerce_thumbnail&quot;,&quot;thumbnails_style&quot;:&quot;2&quot;,&quot;item_bottom_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;20&quot;,&quot;sizes&quot;:[]},&quot;show_wishlist_button&quot;:&quot;yes&quot;,&quot;show_compare_button&quot;:&quot;yes&quot;,&quot;show_addtocart_button&quot;:&quot;yes&quot;,&quot;hide_product_price&quot;:&quot;yes&quot;,&quot;hide_product_ratting&quot;:&quot;yes&quot;,&quot;title_length&quot;:&quot;6&quot;,&quot;action_button_style&quot;:&quot;2&quot;,&quot;action_button_show_on&quot;:&quot;hover&quot;,&quot;action_button_position&quot;:&quot;middle&quot;,&quot;image_navigation_bg_color&quot;:&quot;#FFFFFF&quot;,&quot;image_dots_normal_bg_color&quot;:&quot;#CDCDCD&quot;,&quot;image_dots_hover_bg_color&quot;:&quot;#626262&quot;,&quot;product_inner_border_color&quot;:&quot;&quot;,&quot;product_inner_box_shadow_box_shadow&quot;:null,&quot;product_content_area_bg_color&quot;:&quot;&quot;,&quot;product_badge_color&quot;:&quot;&quot;,&quot;product_category_color&quot;:&quot;#626262&quot;,&quot;product_category_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_title_color&quot;:&quot;#626262&quot;,&quot;product_title_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_sale_price_color&quot;:&quot;&quot;,&quot;product_regular_price_color&quot;:&quot;&quot;,&quot;product_rating_color&quot;:&quot;&quot;,&quot;product_rating_give_color&quot;:&quot;&quot;,&quot;product_grid_description_color&quot;:&quot;#626262&quot;,&quot;product_action_button_background_color_background&quot;:&quot;classic&quot;,&quot;product_action_button_background_color_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_box_shadow_box_shadow_type&quot;:&quot;yes&quot;,&quot;product_action_button_box_shadow_box_shadow&quot;:{&quot;horizontal&quot;:&quot;0&quot;,&quot;vertical&quot;:&quot;0&quot;,&quot;blur&quot;:&quot;10&quot;,&quot;spread&quot;:&quot;0&quot;,&quot;color&quot;:&quot;rgba(255, 255, 255, 0)&quot;},&quot;product_tooltip_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_tooltip_background_color_background&quot;:&quot;classic&quot;,&quot;product_action_button_tooltip_background_color_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_action_button_normal_color&quot;:&quot;#FFFFFF&quot;,&quot;product_action_button_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;30&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_normal_background_color_color&quot;:null,&quot;product_action_button_normal_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;0&quot;,&quot;right&quot;:&quot;0&quot;,&quot;bottom&quot;:&quot;0&quot;,&quot;left&quot;:&quot;0&quot;,&quot;isLinked&quot;:&quot;&quot;},&quot;product_action_button_normal_button_border_border&quot;:&quot;none&quot;,&quot;product_action_button_normal_button_border_width&quot;:null,&quot;product_action_button_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;50&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;50&quot;,&quot;sizes&quot;:[]},&quot;product_action_button_hover_color&quot;:&quot;#FFFFFF&quot;,&quot;product_action_button_hover_background_color_color&quot;:null,&quot;product_action_button_hover_button_border_border&quot;:&quot;none&quot;,&quot;result_count_typography_typography&quot;:&quot;custom&quot;,&quot;result_count_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;result_count_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_font_weight&quot;:&quot;600&quot;,&quot;result_count_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;result_count_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;result_count_text_color&quot;:&quot;#626262&quot;,&quot;sorting_typography_typography&quot;:&quot;custom&quot;,&quot;sorting_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;sorting_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_font_weight&quot;:&quot;400&quot;,&quot;sorting_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;sorting_text_color&quot;:&quot;#626262&quot;,&quot;product_list_viewmode_button_color&quot;:&quot;#626262&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;#8B4138&quot;,&quot;product_list_description_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_description_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;product_list_description_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_font_weight&quot;:&quot;400&quot;,&quot;product_list_description_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;product_list_description_color&quot;:&quot;#626262&quot;,&quot;product_list_category_typography_typography&quot;:&quot;custom&quot;,&quot;product_list_category_typography_font_family&quot;:&quot;Yanone Kaffeesatz&quot;,&quot;product_list_category_typography_font_size&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;16&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_font_weight&quot;:&quot;400&quot;,&quot;product_list_category_typography_letter_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;0.5&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_word_spacing&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;2&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_color&quot;:&quot;#626262&quot;,&quot;product_list_category_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_list_title_color&quot;:&quot;#626262&quot;,&quot;product_list_title_hover_color&quot;:&quot;#8B4138&quot;,&quot;product_list_cart_button_typography_font_family&quot;:null,&quot;product_list_cart_button_typography_font_size&quot;:null,&quot;product_list_cart_button_typography_font_weight&quot;:null,&quot;product_list_cart_button_typography_letter_spacing&quot;:null,&quot;product_list_cart_button_typography_word_spacing&quot;:null,&quot;product_list_cart_button_color&quot;:&quot;&quot;,&quot;product_list_cart_button_border_color&quot;:&quot;&quot;,&quot;product_list_cart_button_background_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_border_color&quot;:&quot;&quot;,&quot;product_list_cart_button_hover_background_color&quot;:&quot;&quot;,&quot;product_list_quickview_button_color&quot;:&quot;#FFFFFF&quot;,&quot;product_list_quickview_button_background_color&quot;:&quot;#FFFFFF00&quot;,&quot;product_list_quickview_button_hover_color&quot;:&quot;#FFFFFF&quot;,&quot;product_list_quickview_button_hover_background_color&quot;:&quot;#FFFFFF00&quot;,&quot;custom_css&quot;:&quot;.ht-product-action {\\n    position: absolute !important;\\n  top: 50% !important;\\n  left: 50% !important;\\n  transform: translate(-50%, -50%) !important;\\n}\\n\\nli a, a.woolentorquickview {\\n    text-decoration: none !important;\\n}&quot;,&quot;__globals__&quot;:{&quot;image_navigation_bg_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;image_dots_normal_bg_color&quot;:&quot;globals\\\/colors?id=f055323&quot;,&quot;image_dots_hover_bg_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_category_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_title_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_title_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_grid_description_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_content_area_bg_color&quot;:&quot;&quot;,&quot;product_badge_color&quot;:&quot;&quot;,&quot;product_action_button_normal_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_action_button_hover_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_action_button_normal_background_color_color&quot;:&quot;&quot;,&quot;product_tooltip_color&quot;:&quot;&quot;,&quot;result_count_typography_typography&quot;:&quot;globals\\\/typography?id=secondary&quot;,&quot;result_count_text_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;sorting_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;sorting_text_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_action_button_background_color_color&quot;:&quot;&quot;,&quot;product_action_button_tooltip_background_color_color&quot;:&quot;&quot;,&quot;product_list_viewmode_active_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_title_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_title_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_quickview_button_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_list_quickview_button_background_color&quot;:&quot;&quot;,&quot;product_list_quickview_button_hover_color&quot;:&quot;globals\\\/colors?id=12f43d3&quot;,&quot;product_list_viewmode_button_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_description_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_description_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_list_category_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_list_category_color&quot;:&quot;globals\\\/colors?id=text&quot;,&quot;product_list_category_hover_color&quot;:&quot;globals\\\/colors?id=primary&quot;,&quot;product_list_cart_button_typography_typography&quot;:&quot;&quot;,&quot;product_list_cart_button_color&quot;:&quot;&quot;,&quot;product_list_cart_button_border_color&quot;:&quot;&quot;,&quot;product_list_title_typography_typography&quot;:&quot;globals\\\/typography?id=primary&quot;,&quot;pagination_typography_typography&quot;:&quot;globals\\\/typography?id=text&quot;,&quot;product_pagination_link_color&quot;:&quot;globals\\\/colors?id=text&quot;},&quot;hide_product_category&quot;:&quot;yes&quot;,&quot;hide_category_before_border&quot;:&quot;yes&quot;,&quot;orderby&quot;:&quot;name&quot;,&quot;order&quot;:&quot;ASC&quot;,&quot;column_tablet&quot;:&quot;4&quot;,&quot;column_mobile&quot;:&quot;1&quot;,&quot;hide_desktop&quot;:&quot;hidden-desktop&quot;,&quot;hide_tablet&quot;:&quot;hidden-tablet&quot;,&quot;product_layout&quot;:&quot;universal&quot;,&quot;woolentor_product_view_mode&quot;:&quot;grid&quot;,&quot;tab_menu&quot;:&quot;yes&quot;,&quot;filterable&quot;:&quot;yes&quot;,&quot;product_type&quot;:&quot;recent&quot;,&quot;product_id&quot;:null,&quot;product_ids_manually&quot;:null,&quot;cat_operator&quot;:&quot;IN&quot;,&quot;paginate&quot;:&quot;yes&quot;,&quot;show_result_count&quot;:&quot;yes&quot;,&quot;query_post_type&quot;:&quot;current_query&quot;,&quot;default_column&quot;:null,&quot;item_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:15,&quot;sizes&quot;:[]},&quot;product_content_style&quot;:&quot;1&quot;,&quot;hide_product_title&quot;:&quot;&quot;,&quot;hide_product_gird_content&quot;:&quot;&quot;,&quot;product_excerpt_allow_html&quot;:&quot;&quot;,&quot;woolentor_product_grid_desription_count&quot;:null,&quot;hide_product_list_content&quot;:&quot;&quot;,&quot;woolentor_list_desription_count&quot;:150,&quot;hide_product_sale_badge&quot;:&quot;&quot;,&quot;product_sale_badge_type&quot;:&quot;default&quot;,&quot;product_sale_percent_position&quot;:null,&quot;product_after_badge_percent&quot;:null,&quot;product_before_badge_percent&quot;:null,&quot;stock_progress_bar&quot;:&quot;&quot;,&quot;show_product_brand&quot;:&quot;&quot;,&quot;product_brand_taxonomy&quot;:null,&quot;hide_brand_before_border&quot;:null,&quot;title_html_tag_grid_view&quot;:&quot;h4&quot;,&quot;title_html_tag_list_view&quot;:&quot;h3&quot;,&quot;hide_order_counter&quot;:null,&quot;hide_available_counter&quot;:null,&quot;order_custom_text&quot;:null,&quot;available_custom_text&quot;:null,&quot;show_action_button&quot;:&quot;yes&quot;,&quot;show_quickview_button&quot;:&quot;&quot;,&quot;addtocart_button_txt&quot;:null,&quot;variation_quick_addtocart&quot;:&quot;&quot;,&quot;thumbnailsize_custom_dimension&quot;:null,&quot;image_tab_menu_border_color&quot;:null,&quot;image_tab_menu_active_border_color&quot;:null,&quot;show_countdown&quot;:&quot;no&quot;,&quot;show_countdown_gutter&quot;:null,&quot;product_countdown_position&quot;:null,&quot;custom_labels&quot;:null,&quot;customlabel_days&quot;:null,&quot;customlabel_hours&quot;:null,&quot;customlabel_minutes&quot;:null,&quot;customlabel_seconds&quot;:null,&quot;product_inner_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_border_area_border&quot;:&quot;&quot;,&quot;product_inner_border_area_width&quot;:null,&quot;product_inner_border_area_color&quot;:null,&quot;product_inner_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_inner_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;product_inner_box_shadow_box_shadow_position&quot;:null,&quot;product_content_area_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_content_area_border_border&quot;:&quot;&quot;,&quot;product_content_area_border_width&quot;:null,&quot;product_content_area_border_color&quot;:null,&quot;product_outofstock_badge_color&quot;:&quot;&quot;,&quot;product_badge_bg_color&quot;:&quot;&quot;,&quot;product_badge_typography_typography&quot;:&quot;&quot;,&quot;product_badge_typography_font_family&quot;:null,&quot;product_badge_typography_font_size&quot;:null,&quot;product_badge_typography_font_weight&quot;:null,&quot;product_badge_typography_text_transform&quot;:null,&quot;product_badge_typography_font_style&quot;:null,&quot;product_badge_typography_text_decoration&quot;:null,&quot;product_badge_typography_line_height&quot;:null,&quot;product_badge_typography_letter_spacing&quot;:null,&quot;product_badge_typography_word_spacing&quot;:null,&quot;product_badge_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_category_typography_typography&quot;:&quot;&quot;,&quot;product_category_typography_font_family&quot;:null,&quot;product_category_typography_font_size&quot;:null,&quot;product_category_typography_font_weight&quot;:null,&quot;product_category_typography_text_transform&quot;:null,&quot;product_category_typography_font_style&quot;:null,&quot;product_category_typography_text_decoration&quot;:null,&quot;product_category_typography_line_height&quot;:null,&quot;product_category_typography_letter_spacing&quot;:null,&quot;product_category_typography_word_spacing&quot;:null,&quot;product_category_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_brand_typography_typography&quot;:null,&quot;product_brand_typography_font_family&quot;:null,&quot;product_brand_typography_font_size&quot;:null,&quot;product_brand_typography_font_weight&quot;:null,&quot;product_brand_typography_text_transform&quot;:null,&quot;product_brand_typography_font_style&quot;:null,&quot;product_brand_typography_text_decoration&quot;:null,&quot;product_brand_typography_line_height&quot;:null,&quot;product_brand_typography_letter_spacing&quot;:null,&quot;product_brand_typography_word_spacing&quot;:null,&quot;product_brand_color&quot;:null,&quot;product_brand_hover_color&quot;:null,&quot;product_brand_margin&quot;:null,&quot;product_title_typography_typography&quot;:&quot;&quot;,&quot;product_title_typography_font_family&quot;:null,&quot;product_title_typography_font_size&quot;:null,&quot;product_title_typography_font_weight&quot;:null,&quot;product_title_typography_text_transform&quot;:null,&quot;product_title_typography_font_style&quot;:null,&quot;product_title_typography_text_decoration&quot;:null,&quot;product_title_typography_line_height&quot;:null,&quot;product_title_typography_letter_spacing&quot;:null,&quot;product_title_typography_word_spacing&quot;:null,&quot;product_title_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_sale_price_typography_font_family&quot;:null,&quot;product_sale_price_typography_font_size&quot;:null,&quot;product_sale_price_typography_font_weight&quot;:null,&quot;product_sale_price_typography_text_transform&quot;:null,&quot;product_sale_price_typography_font_style&quot;:null,&quot;product_sale_price_typography_text_decoration&quot;:null,&quot;product_sale_price_typography_line_height&quot;:null,&quot;product_sale_price_typography_letter_spacing&quot;:null,&quot;product_sale_price_typography_word_spacing&quot;:null,&quot;product_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_regular_price_typography_font_family&quot;:null,&quot;product_regular_price_typography_font_size&quot;:null,&quot;product_regular_price_typography_font_weight&quot;:null,&quot;product_regular_price_typography_text_transform&quot;:null,&quot;product_regular_price_typography_font_style&quot;:null,&quot;product_regular_price_typography_text_decoration&quot;:null,&quot;product_regular_price_typography_line_height&quot;:null,&quot;product_regular_price_typography_letter_spacing&quot;:null,&quot;product_regular_price_typography_word_spacing&quot;:null,&quot;product_price_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_rating_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_grid_description_typography_typography&quot;:&quot;&quot;,&quot;product_grid_description_typography_font_family&quot;:null,&quot;product_grid_description_typography_font_size&quot;:null,&quot;product_grid_description_typography_font_weight&quot;:null,&quot;product_grid_description_typography_text_transform&quot;:null,&quot;product_grid_description_typography_font_style&quot;:null,&quot;product_grid_description_typography_text_decoration&quot;:null,&quot;product_grid_description_typography_line_height&quot;:null,&quot;product_grid_description_typography_letter_spacing&quot;:null,&quot;product_grid_description_typography_word_spacing&quot;:null,&quot;product_grid_description_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_background_color_color_stop&quot;:null,&quot;product_action_button_background_color_color_b&quot;:null,&quot;product_action_button_background_color_color_b_stop&quot;:null,&quot;product_action_button_background_color_gradient_type&quot;:null,&quot;product_action_button_background_color_gradient_angle&quot;:null,&quot;product_action_button_background_color_gradient_position&quot;:null,&quot;product_action_button_background_color_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;product_action_button_background_color_position&quot;:null,&quot;product_action_button_background_color_xpos&quot;:null,&quot;product_action_button_background_color_ypos&quot;:null,&quot;product_action_button_background_color_attachment&quot;:null,&quot;product_action_button_background_color_repeat&quot;:null,&quot;product_action_button_background_color_size&quot;:null,&quot;product_action_button_background_color_bg_width&quot;:null,&quot;product_action_button_background_color_video_link&quot;:null,&quot;product_action_button_background_color_video_start&quot;:null,&quot;product_action_button_background_color_video_end&quot;:null,&quot;product_action_button_background_color_play_once&quot;:null,&quot;product_action_button_background_color_play_on_mobile&quot;:null,&quot;product_action_button_background_color_privacy_mode&quot;:null,&quot;product_action_button_background_color_video_fallback&quot;:null,&quot;product_action_button_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_background_color_slideshow_loop&quot;:null,&quot;product_action_button_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_box_shadow_box_shadow_position&quot;:&quot; &quot;,&quot;product_action_button_tooltip_background_color_color_stop&quot;:null,&quot;product_action_button_tooltip_background_color_color_b&quot;:null,&quot;product_action_button_tooltip_background_color_color_b_stop&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_type&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_angle&quot;:null,&quot;product_action_button_tooltip_background_color_gradient_position&quot;:null,&quot;product_action_button_tooltip_background_color_image&quot;:{&quot;url&quot;:&quot;&quot;,&quot;id&quot;:&quot;&quot;,&quot;size&quot;:&quot;&quot;},&quot;product_action_button_tooltip_background_color_position&quot;:null,&quot;product_action_button_tooltip_background_color_xpos&quot;:null,&quot;product_action_button_tooltip_background_color_ypos&quot;:null,&quot;product_action_button_tooltip_background_color_attachment&quot;:null,&quot;product_action_button_tooltip_background_color_repeat&quot;:null,&quot;product_action_button_tooltip_background_color_size&quot;:null,&quot;product_action_button_tooltip_background_color_bg_width&quot;:null,&quot;product_action_button_tooltip_background_color_video_link&quot;:null,&quot;product_action_button_tooltip_background_color_video_start&quot;:null,&quot;product_action_button_tooltip_background_color_video_end&quot;:null,&quot;product_action_button_tooltip_background_color_play_once&quot;:null,&quot;product_action_button_tooltip_background_color_play_on_mobile&quot;:null,&quot;product_action_button_tooltip_background_color_privacy_mode&quot;:null,&quot;product_action_button_tooltip_background_color_video_fallback&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_loop&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_tooltip_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_normal_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_normal_background_color_color_stop&quot;:null,&quot;product_action_button_normal_background_color_color_b&quot;:null,&quot;product_action_button_normal_background_color_color_b_stop&quot;:null,&quot;product_action_button_normal_background_color_gradient_type&quot;:null,&quot;product_action_button_normal_background_color_gradient_angle&quot;:null,&quot;product_action_button_normal_background_color_gradient_position&quot;:null,&quot;product_action_button_normal_background_color_image&quot;:null,&quot;product_action_button_normal_background_color_position&quot;:null,&quot;product_action_button_normal_background_color_xpos&quot;:null,&quot;product_action_button_normal_background_color_ypos&quot;:null,&quot;product_action_button_normal_background_color_attachment&quot;:null,&quot;product_action_button_normal_background_color_repeat&quot;:null,&quot;product_action_button_normal_background_color_size&quot;:null,&quot;product_action_button_normal_background_color_bg_width&quot;:null,&quot;product_action_button_normal_background_color_video_link&quot;:null,&quot;product_action_button_normal_background_color_video_start&quot;:null,&quot;product_action_button_normal_background_color_video_end&quot;:null,&quot;product_action_button_normal_background_color_play_once&quot;:null,&quot;product_action_button_normal_background_color_play_on_mobile&quot;:null,&quot;product_action_button_normal_background_color_privacy_mode&quot;:null,&quot;product_action_button_normal_background_color_video_fallback&quot;:null,&quot;product_action_button_normal_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_normal_background_color_slideshow_loop&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_normal_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_normal_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_normal_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_normal_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_normal_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_normal_button_border_color&quot;:null,&quot;product_action_button_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_action_button_hover_background_color_background&quot;:&quot;&quot;,&quot;product_action_button_hover_background_color_color_stop&quot;:null,&quot;product_action_button_hover_background_color_color_b&quot;:null,&quot;product_action_button_hover_background_color_color_b_stop&quot;:null,&quot;product_action_button_hover_background_color_gradient_type&quot;:null,&quot;product_action_button_hover_background_color_gradient_angle&quot;:null,&quot;product_action_button_hover_background_color_gradient_position&quot;:null,&quot;product_action_button_hover_background_color_image&quot;:null,&quot;product_action_button_hover_background_color_position&quot;:null,&quot;product_action_button_hover_background_color_xpos&quot;:null,&quot;product_action_button_hover_background_color_ypos&quot;:null,&quot;product_action_button_hover_background_color_attachment&quot;:null,&quot;product_action_button_hover_background_color_repeat&quot;:null,&quot;product_action_button_hover_background_color_size&quot;:null,&quot;product_action_button_hover_background_color_bg_width&quot;:null,&quot;product_action_button_hover_background_color_video_link&quot;:null,&quot;product_action_button_hover_background_color_video_start&quot;:null,&quot;product_action_button_hover_background_color_video_end&quot;:null,&quot;product_action_button_hover_background_color_play_once&quot;:null,&quot;product_action_button_hover_background_color_play_on_mobile&quot;:null,&quot;product_action_button_hover_background_color_privacy_mode&quot;:null,&quot;product_action_button_hover_background_color_video_fallback&quot;:null,&quot;product_action_button_hover_background_color_slideshow_gallery&quot;:null,&quot;product_action_button_hover_background_color_slideshow_loop&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_slide_transition&quot;:null,&quot;product_action_button_hover_background_color_slideshow_transition_duration&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_size&quot;:null,&quot;product_action_button_hover_background_color_slideshow_background_position&quot;:null,&quot;product_action_button_hover_background_color_slideshow_lazyload&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns&quot;:null,&quot;product_action_button_hover_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_action_button_hover_button_border_width&quot;:null,&quot;product_action_button_hover_button_border_color&quot;:null,&quot;product_counter_color&quot;:null,&quot;product_counter_background_color_background&quot;:null,&quot;product_counter_background_color_color&quot;:null,&quot;product_counter_background_color_color_stop&quot;:null,&quot;product_counter_background_color_color_b&quot;:null,&quot;product_counter_background_color_color_b_stop&quot;:null,&quot;product_counter_background_color_gradient_type&quot;:null,&quot;product_counter_background_color_gradient_angle&quot;:null,&quot;product_counter_background_color_gradient_position&quot;:null,&quot;product_counter_background_color_image&quot;:null,&quot;product_counter_background_color_position&quot;:null,&quot;product_counter_background_color_xpos&quot;:null,&quot;product_counter_background_color_ypos&quot;:null,&quot;product_counter_background_color_attachment&quot;:null,&quot;product_counter_background_color_repeat&quot;:null,&quot;product_counter_background_color_size&quot;:null,&quot;product_counter_background_color_bg_width&quot;:null,&quot;product_counter_background_color_video_link&quot;:null,&quot;product_counter_background_color_video_start&quot;:null,&quot;product_counter_background_color_video_end&quot;:null,&quot;product_counter_background_color_play_once&quot;:null,&quot;product_counter_background_color_play_on_mobile&quot;:null,&quot;product_counter_background_color_privacy_mode&quot;:null,&quot;product_counter_background_color_video_fallback&quot;:null,&quot;product_counter_background_color_slideshow_gallery&quot;:null,&quot;product_counter_background_color_slideshow_loop&quot;:null,&quot;product_counter_background_color_slideshow_slide_duration&quot;:null,&quot;product_counter_background_color_slideshow_slide_transition&quot;:null,&quot;product_counter_background_color_slideshow_transition_duration&quot;:null,&quot;product_counter_background_color_slideshow_background_size&quot;:null,&quot;product_counter_background_color_slideshow_background_position&quot;:null,&quot;product_counter_background_color_slideshow_lazyload&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns&quot;:null,&quot;product_counter_background_color_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_counter_space_between&quot;:null,&quot;result_count_typography_text_transform&quot;:&quot;&quot;,&quot;result_count_typography_font_style&quot;:&quot;&quot;,&quot;result_count_typography_text_decoration&quot;:&quot;&quot;,&quot;result_count_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;sorting_typography_text_transform&quot;:&quot;&quot;,&quot;sorting_typography_font_style&quot;:&quot;&quot;,&quot;sorting_typography_text_decoration&quot;:&quot;&quot;,&quot;sorting_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;sorting_border_color&quot;:&quot;&quot;,&quot;product_pagination_position&quot;:&quot;left&quot;,&quot;pagination_typography_typography&quot;:&quot;&quot;,&quot;pagination_typography_font_family&quot;:null,&quot;pagination_typography_font_size&quot;:null,&quot;pagination_typography_font_weight&quot;:null,&quot;pagination_typography_text_transform&quot;:null,&quot;pagination_typography_font_style&quot;:null,&quot;pagination_typography_text_decoration&quot;:null,&quot;pagination_typography_line_height&quot;:null,&quot;pagination_typography_letter_spacing&quot;:null,&quot;pagination_typography_word_spacing&quot;:null,&quot;product_pagination_border_color&quot;:&quot;&quot;,&quot;product_pagination_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_pagination_link_color&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color&quot;:&quot;&quot;,&quot;product_pagination_link_color_hover&quot;:&quot;&quot;,&quot;product_pagination_link_bg_color_hover&quot;:&quot;&quot;,&quot;product_list_border_area_border&quot;:&quot;&quot;,&quot;product_list_border_area_width&quot;:null,&quot;product_list_border_area_color&quot;:null,&quot;product_list_border_radius_area&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;product_list_area_background_background&quot;:&quot;&quot;,&quot;product_list_area_background_color&quot;:null,&quot;product_list_area_background_color_stop&quot;:null,&quot;product_list_area_background_color_b&quot;:null,&quot;product_list_area_background_color_b_stop&quot;:null,&quot;product_list_area_background_gradient_type&quot;:null,&quot;product_list_area_background_gradient_angle&quot;:null,&quot;product_list_area_background_gradient_position&quot;:null,&quot;product_list_area_background_position&quot;:null,&quot;product_list_area_background_xpos&quot;:null,&quot;product_list_area_background_ypos&quot;:null,&quot;product_list_area_background_attachment&quot;:null,&quot;product_list_area_background_repeat&quot;:null,&quot;product_list_area_background_size&quot;:null,&quot;product_list_area_background_bg_width&quot;:null,&quot;product_list_area_background_video_link&quot;:null,&quot;product_list_area_background_video_start&quot;:null,&quot;product_list_area_background_video_end&quot;:null,&quot;product_list_area_background_play_once&quot;:null,&quot;product_list_area_background_play_on_mobile&quot;:null,&quot;product_list_area_background_privacy_mode&quot;:null,&quot;product_list_area_background_video_fallback&quot;:null,&quot;product_list_area_background_slideshow_gallery&quot;:null,&quot;product_list_area_background_slideshow_loop&quot;:null,&quot;product_list_area_background_slideshow_slide_duration&quot;:null,&quot;product_list_area_background_slideshow_slide_transition&quot;:null,&quot;product_list_area_background_slideshow_transition_duration&quot;:null,&quot;product_list_area_background_slideshow_background_size&quot;:null,&quot;product_list_area_background_slideshow_background_position&quot;:null,&quot;product_list_area_background_slideshow_lazyload&quot;:null,&quot;product_list_area_background_slideshow_ken_burns&quot;:null,&quot;product_list_area_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;product_list_description_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_description_typography_font_style&quot;:&quot;&quot;,&quot;product_list_description_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_description_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_category_typography_text_transform&quot;:&quot;&quot;,&quot;product_list_category_typography_font_style&quot;:&quot;&quot;,&quot;product_list_category_typography_text_decoration&quot;:&quot;&quot;,&quot;product_list_category_typography_line_height&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;product_list_title_typography_typography&quot;:&quot;&quot;,&quot;product_list_title_typography_font_family&quot;:null,&quot;product_list_title_typography_font_size&quot;:null,&quot;product_list_title_typography_font_weight&quot;:null,&quot;product_list_title_typography_text_transform&quot;:null,&quot;product_list_title_typography_font_style&quot;:null,&quot;product_list_title_typography_text_decoration&quot;:null,&quot;product_list_title_typography_line_height&quot;:null,&quot;product_list_title_typography_letter_spacing&quot;:null,&quot;product_list_title_typography_word_spacing&quot;:null,&quot;product_list_sale_price_color&quot;:&quot;#444444&quot;,&quot;product_list_sale_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_sale_price_typography_font_family&quot;:null,&quot;product_list_sale_price_typography_font_size&quot;:null,&quot;product_list_sale_price_typography_font_weight&quot;:null,&quot;product_list_sale_price_typography_text_transform&quot;:null,&quot;product_list_sale_price_typography_font_style&quot;:null,&quot;product_list_sale_price_typography_text_decoration&quot;:null,&quot;product_list_sale_price_typography_line_height&quot;:null,&quot;product_list_sale_price_typography_letter_spacing&quot;:null,&quot;product_list_sale_price_typography_word_spacing&quot;:null,&quot;product_list_regular_price_color&quot;:&quot;#444444&quot;,&quot;product_list_regular_price_typography_typography&quot;:&quot;&quot;,&quot;product_list_regular_price_typography_font_family&quot;:null,&quot;product_list_regular_price_typography_font_size&quot;:null,&quot;product_list_regular_price_typography_font_weight&quot;:null,&quot;product_list_regular_price_typography_text_transform&quot;:null,&quot;product_list_regular_price_typography_font_style&quot;:null,&quot;product_list_regular_price_typography_text_decoration&quot;:null,&quot;product_list_regular_price_typography_line_height&quot;:null,&quot;product_list_regular_price_typography_letter_spacing&quot;:null,&quot;product_list_regular_price_typography_word_spacing&quot;:null,&quot;product_list_rating_color&quot;:&quot;#aaaaaa&quot;,&quot;product_list_rating_give_color&quot;:&quot;#dc9a0e&quot;,&quot;product_list_cart_button_typography_typography&quot;:&quot;&quot;,&quot;product_list_cart_button_typography_text_transform&quot;:null,&quot;product_list_cart_button_typography_font_style&quot;:null,&quot;product_list_cart_button_typography_text_decoration&quot;:null,&quot;product_list_cart_button_typography_line_height&quot;:null,&quot;progressbar_height&quot;:null,&quot;progressbar_bg_color&quot;:null,&quot;progressbar_active_bg_color&quot;:null,&quot;progressbar_area&quot;:null,&quot;order_ability_typography_typography&quot;:null,&quot;order_ability_typography_font_family&quot;:null,&quot;order_ability_typography_font_size&quot;:null,&quot;order_ability_typography_font_weight&quot;:null,&quot;order_ability_typography_text_transform&quot;:null,&quot;order_ability_typography_font_style&quot;:null,&quot;order_ability_typography_text_decoration&quot;:null,&quot;order_ability_typography_line_height&quot;:null,&quot;order_ability_typography_letter_spacing&quot;:null,&quot;order_ability_typography_word_spacing&quot;:null,&quot;order_ability_color&quot;:null,&quot;counter_number_color&quot;:null,&quot;quick_cart_button_color&quot;:null,&quot;quick_cart_button_typography_typography&quot;:null,&quot;quick_cart_button_typography_font_family&quot;:null,&quot;quick_cart_button_typography_font_size&quot;:null,&quot;quick_cart_button_typography_font_weight&quot;:null,&quot;quick_cart_button_typography_text_transform&quot;:null,&quot;quick_cart_button_typography_font_style&quot;:null,&quot;quick_cart_button_typography_text_decoration&quot;:null,&quot;quick_cart_button_typography_line_height&quot;:null,&quot;quick_cart_button_typography_letter_spacing&quot;:null,&quot;quick_cart_button_typography_word_spacing&quot;:null,&quot;quick_cart_button_background_background&quot;:null,&quot;quick_cart_button_background_color&quot;:null,&quot;quick_cart_button_background_color_stop&quot;:null,&quot;quick_cart_button_background_color_b&quot;:null,&quot;quick_cart_button_background_color_b_stop&quot;:null,&quot;quick_cart_button_background_gradient_type&quot;:null,&quot;quick_cart_button_background_gradient_angle&quot;:null,&quot;quick_cart_button_background_gradient_position&quot;:null,&quot;quick_cart_button_background_position&quot;:null,&quot;quick_cart_button_background_xpos&quot;:null,&quot;quick_cart_button_background_ypos&quot;:null,&quot;quick_cart_button_background_attachment&quot;:null,&quot;quick_cart_button_background_repeat&quot;:null,&quot;quick_cart_button_background_size&quot;:null,&quot;quick_cart_button_background_bg_width&quot;:null,&quot;quick_cart_button_background_video_link&quot;:null,&quot;quick_cart_button_background_video_start&quot;:null,&quot;quick_cart_button_background_video_end&quot;:null,&quot;quick_cart_button_background_play_once&quot;:null,&quot;quick_cart_button_background_play_on_mobile&quot;:null,&quot;quick_cart_button_background_privacy_mode&quot;:null,&quot;quick_cart_button_background_video_fallback&quot;:null,&quot;quick_cart_button_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_background_slideshow_loop&quot;:null,&quot;quick_cart_button_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_padding&quot;:null,&quot;quick_cart_button_border_border&quot;:null,&quot;quick_cart_button_border_width&quot;:null,&quot;quick_cart_button_border_color&quot;:null,&quot;quick_cart_button_border_radius&quot;:null,&quot;quick_cart_button_hover_color&quot;:null,&quot;quick_cart_button_hover_background_background&quot;:null,&quot;quick_cart_button_hover_background_color&quot;:null,&quot;quick_cart_button_hover_background_color_stop&quot;:null,&quot;quick_cart_button_hover_background_color_b&quot;:null,&quot;quick_cart_button_hover_background_color_b_stop&quot;:null,&quot;quick_cart_button_hover_background_gradient_type&quot;:null,&quot;quick_cart_button_hover_background_gradient_angle&quot;:null,&quot;quick_cart_button_hover_background_gradient_position&quot;:null,&quot;quick_cart_button_hover_background_position&quot;:null,&quot;quick_cart_button_hover_background_xpos&quot;:null,&quot;quick_cart_button_hover_background_ypos&quot;:null,&quot;quick_cart_button_hover_background_attachment&quot;:null,&quot;quick_cart_button_hover_background_repeat&quot;:null,&quot;quick_cart_button_hover_background_size&quot;:null,&quot;quick_cart_button_hover_background_bg_width&quot;:null,&quot;quick_cart_button_hover_background_video_link&quot;:null,&quot;quick_cart_button_hover_background_video_start&quot;:null,&quot;quick_cart_button_hover_background_video_end&quot;:null,&quot;quick_cart_button_hover_background_play_once&quot;:null,&quot;quick_cart_button_hover_background_play_on_mobile&quot;:null,&quot;quick_cart_button_hover_background_privacy_mode&quot;:null,&quot;quick_cart_button_hover_background_video_fallback&quot;:null,&quot;quick_cart_button_hover_background_slideshow_gallery&quot;:null,&quot;quick_cart_button_hover_background_slideshow_loop&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_slide_transition&quot;:null,&quot;quick_cart_button_hover_background_slideshow_transition_duration&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_size&quot;:null,&quot;quick_cart_button_hover_background_slideshow_background_position&quot;:null,&quot;quick_cart_button_hover_background_slideshow_lazyload&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns&quot;:null,&quot;quick_cart_button_hover_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;quick_cart_button_hover_border_border&quot;:null,&quot;quick_cart_button_hover_border_width&quot;:null,&quot;quick_cart_button_hover_border_color&quot;:null,&quot;_title&quot;:&quot;&quot;,&quot;_margin&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_element_width&quot;:&quot;&quot;,&quot;_element_width_tablet&quot;:&quot;&quot;,&quot;_element_width_mobile&quot;:&quot;&quot;,&quot;_element_custom_width&quot;:null,&quot;_grid_column&quot;:&quot;&quot;,&quot;_grid_column_custom&quot;:null,&quot;_grid_row&quot;:&quot;&quot;,&quot;_grid_row_custom&quot;:null,&quot;_flex_align_self&quot;:&quot;&quot;,&quot;_flex_order&quot;:&quot;&quot;,&quot;_flex_order_custom&quot;:null,&quot;_flex_size&quot;:&quot;&quot;,&quot;_flex_grow&quot;:null,&quot;_flex_shrink&quot;:null,&quot;_element_vertical_align&quot;:null,&quot;_position&quot;:&quot;&quot;,&quot;_offset_orientation_h&quot;:null,&quot;_offset_x&quot;:null,&quot;_offset_x_end&quot;:null,&quot;_offset_orientation_v&quot;:null,&quot;_offset_y&quot;:null,&quot;_offset_y_end&quot;:null,&quot;_z_index&quot;:&quot;&quot;,&quot;_element_id&quot;:&quot;&quot;,&quot;_css_classes&quot;:&quot;&quot;,&quot;e_display_conditions&quot;:&quot;&quot;,&quot;_element_cache&quot;:&quot;&quot;,&quot;cpel_lv_enabled&quot;:&quot;&quot;,&quot;cpel_lv_action&quot;:null,&quot;cpel_lv_languages&quot;:null,&quot;motion_fx_motion_fx_scrolling&quot;:&quot;&quot;,&quot;motion_fx_translateY_effect&quot;:null,&quot;motion_fx_translateY_direction&quot;:null,&quot;motion_fx_translateY_speed&quot;:null,&quot;motion_fx_translateY_affectedRange&quot;:null,&quot;motion_fx_translateX_effect&quot;:null,&quot;motion_fx_translateX_direction&quot;:null,&quot;motion_fx_translateX_speed&quot;:null,&quot;motion_fx_translateX_affectedRange&quot;:null,&quot;motion_fx_opacity_effect&quot;:null,&quot;motion_fx_opacity_direction&quot;:null,&quot;motion_fx_opacity_level&quot;:null,&quot;motion_fx_opacity_range&quot;:null,&quot;motion_fx_blur_effect&quot;:null,&quot;motion_fx_blur_direction&quot;:null,&quot;motion_fx_blur_level&quot;:null,&quot;motion_fx_blur_range&quot;:null,&quot;motion_fx_rotateZ_effect&quot;:null,&quot;motion_fx_rotateZ_direction&quot;:null,&quot;motion_fx_rotateZ_speed&quot;:null,&quot;motion_fx_rotateZ_affectedRange&quot;:null,&quot;motion_fx_scale_effect&quot;:null,&quot;motion_fx_scale_direction&quot;:null,&quot;motion_fx_scale_speed&quot;:null,&quot;motion_fx_scale_range&quot;:null,&quot;motion_fx_transform_origin_x&quot;:null,&quot;motion_fx_transform_origin_y&quot;:null,&quot;motion_fx_devices&quot;:null,&quot;motion_fx_range&quot;:null,&quot;motion_fx_motion_fx_mouse&quot;:&quot;&quot;,&quot;motion_fx_mouseTrack_effect&quot;:null,&quot;motion_fx_mouseTrack_direction&quot;:null,&quot;motion_fx_mouseTrack_speed&quot;:null,&quot;motion_fx_tilt_effect&quot;:null,&quot;motion_fx_tilt_direction&quot;:null,&quot;motion_fx_tilt_speed&quot;:null,&quot;sticky&quot;:&quot;&quot;,&quot;sticky_on&quot;:null,&quot;sticky_offset&quot;:null,&quot;sticky_offset_tablet&quot;:null,&quot;sticky_offset_mobile&quot;:null,&quot;sticky_effects_offset&quot;:null,&quot;sticky_effects_offset_tablet&quot;:null,&quot;sticky_effects_offset_mobile&quot;:null,&quot;sticky_parent&quot;:null,&quot;_animation&quot;:&quot;&quot;,&quot;_animation_tablet&quot;:&quot;&quot;,&quot;_animation_mobile&quot;:&quot;&quot;,&quot;animation_duration&quot;:null,&quot;_animation_delay&quot;:null,&quot;_transform_rotate_popover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect&quot;:null,&quot;_transform_rotateZ_effect_tablet&quot;:null,&quot;_transform_rotateZ_effect_mobile&quot;:null,&quot;_transform_rotate_3d&quot;:null,&quot;_transform_rotateX_effect&quot;:null,&quot;_transform_rotateX_effect_tablet&quot;:null,&quot;_transform_rotateX_effect_mobile&quot;:null,&quot;_transform_rotateY_effect&quot;:null,&quot;_transform_rotateY_effect_tablet&quot;:null,&quot;_transform_rotateY_effect_mobile&quot;:null,&quot;_transform_perspective_effect&quot;:null,&quot;_transform_perspective_effect_tablet&quot;:null,&quot;_transform_perspective_effect_mobile&quot;:null,&quot;_transform_translate_popover&quot;:&quot;&quot;,&quot;_transform_translateX_effect&quot;:null,&quot;_transform_translateX_effect_tablet&quot;:null,&quot;_transform_translateX_effect_mobile&quot;:null,&quot;_transform_translateY_effect&quot;:null,&quot;_transform_translateY_effect_tablet&quot;:null,&quot;_transform_translateY_effect_mobile&quot;:null,&quot;_transform_scale_popover&quot;:&quot;&quot;,&quot;_transform_keep_proportions&quot;:&quot;yes&quot;,&quot;_transform_scale_effect&quot;:null,&quot;_transform_scale_effect_tablet&quot;:null,&quot;_transform_scale_effect_mobile&quot;:null,&quot;_transform_scaleX_effect&quot;:null,&quot;_transform_scaleX_effect_tablet&quot;:null,&quot;_transform_scaleX_effect_mobile&quot;:null,&quot;_transform_scaleY_effect&quot;:null,&quot;_transform_scaleY_effect_tablet&quot;:null,&quot;_transform_scaleY_effect_mobile&quot;:null,&quot;_transform_skew_popover&quot;:&quot;&quot;,&quot;_transform_skewX_effect&quot;:null,&quot;_transform_skewX_effect_tablet&quot;:null,&quot;_transform_skewX_effect_mobile&quot;:null,&quot;_transform_skewY_effect&quot;:null,&quot;_transform_skewY_effect_tablet&quot;:null,&quot;_transform_skewY_effect_mobile&quot;:null,&quot;_transform_flipX_effect&quot;:&quot;&quot;,&quot;_transform_flipY_effect&quot;:&quot;&quot;,&quot;_transform_rotate_popover_hover&quot;:&quot;&quot;,&quot;_transform_rotateZ_effect_hover&quot;:null,&quot;_transform_rotateZ_effect_hover_tablet&quot;:null,&quot;_transform_rotateZ_effect_hover_mobile&quot;:null,&quot;_transform_rotate_3d_hover&quot;:null,&quot;_transform_rotateX_effect_hover&quot;:null,&quot;_transform_rotateX_effect_hover_tablet&quot;:null,&quot;_transform_rotateX_effect_hover_mobile&quot;:null,&quot;_transform_rotateY_effect_hover&quot;:null,&quot;_transform_rotateY_effect_hover_tablet&quot;:null,&quot;_transform_rotateY_effect_hover_mobile&quot;:null,&quot;_transform_perspective_effect_hover&quot;:null,&quot;_transform_perspective_effect_hover_tablet&quot;:null,&quot;_transform_perspective_effect_hover_mobile&quot;:null,&quot;_transform_translate_popover_hover&quot;:&quot;&quot;,&quot;_transform_translateX_effect_hover&quot;:null,&quot;_transform_translateX_effect_hover_tablet&quot;:null,&quot;_transform_translateX_effect_hover_mobile&quot;:null,&quot;_transform_translateY_effect_hover&quot;:null,&quot;_transform_translateY_effect_hover_tablet&quot;:null,&quot;_transform_translateY_effect_hover_mobile&quot;:null,&quot;_transform_scale_popover_hover&quot;:&quot;&quot;,&quot;_transform_keep_proportions_hover&quot;:&quot;yes&quot;,&quot;_transform_scale_effect_hover&quot;:null,&quot;_transform_scale_effect_hover_tablet&quot;:null,&quot;_transform_scale_effect_hover_mobile&quot;:null,&quot;_transform_scaleX_effect_hover&quot;:null,&quot;_transform_scaleX_effect_hover_tablet&quot;:null,&quot;_transform_scaleX_effect_hover_mobile&quot;:null,&quot;_transform_scaleY_effect_hover&quot;:null,&quot;_transform_scaleY_effect_hover_tablet&quot;:null,&quot;_transform_scaleY_effect_hover_mobile&quot;:null,&quot;_transform_skew_popover_hover&quot;:&quot;&quot;,&quot;_transform_skewX_effect_hover&quot;:null,&quot;_transform_skewX_effect_hover_tablet&quot;:null,&quot;_transform_skewX_effect_hover_mobile&quot;:null,&quot;_transform_skewY_effect_hover&quot;:null,&quot;_transform_skewY_effect_hover_tablet&quot;:null,&quot;_transform_skewY_effect_hover_mobile&quot;:null,&quot;_transform_flipX_effect_hover&quot;:&quot;&quot;,&quot;_transform_flipY_effect_hover&quot;:&quot;&quot;,&quot;_transform_transition_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;motion_fx_transform_x_anchor_point&quot;:null,&quot;motion_fx_transform_y_anchor_point&quot;:null,&quot;_background_background&quot;:&quot;&quot;,&quot;_background_color&quot;:null,&quot;_background_color_stop&quot;:null,&quot;_background_color_b&quot;:null,&quot;_background_color_b_stop&quot;:null,&quot;_background_gradient_type&quot;:null,&quot;_background_gradient_angle&quot;:null,&quot;_background_gradient_position&quot;:null,&quot;_background_image&quot;:null,&quot;_background_position&quot;:null,&quot;_background_xpos&quot;:null,&quot;_background_ypos&quot;:null,&quot;_background_attachment&quot;:null,&quot;_background_repeat&quot;:null,&quot;_background_size&quot;:null,&quot;_background_bg_width&quot;:null,&quot;_background_video_link&quot;:null,&quot;_background_video_start&quot;:null,&quot;_background_video_end&quot;:null,&quot;_background_play_once&quot;:null,&quot;_background_play_on_mobile&quot;:null,&quot;_background_privacy_mode&quot;:null,&quot;_background_video_fallback&quot;:null,&quot;_background_slideshow_gallery&quot;:null,&quot;_background_slideshow_loop&quot;:null,&quot;_background_slideshow_slide_duration&quot;:null,&quot;_background_slideshow_slide_transition&quot;:null,&quot;_background_slideshow_transition_duration&quot;:null,&quot;_background_slideshow_background_size&quot;:null,&quot;_background_slideshow_background_position&quot;:null,&quot;_background_slideshow_lazyload&quot;:null,&quot;_background_slideshow_ken_burns&quot;:null,&quot;_background_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_background&quot;:&quot;&quot;,&quot;_background_hover_color&quot;:null,&quot;_background_hover_color_stop&quot;:null,&quot;_background_hover_color_b&quot;:null,&quot;_background_hover_color_b_stop&quot;:null,&quot;_background_hover_gradient_type&quot;:null,&quot;_background_hover_gradient_angle&quot;:null,&quot;_background_hover_gradient_position&quot;:null,&quot;_background_hover_image&quot;:null,&quot;_background_hover_position&quot;:null,&quot;_background_hover_xpos&quot;:null,&quot;_background_hover_ypos&quot;:null,&quot;_background_hover_attachment&quot;:null,&quot;_background_hover_repeat&quot;:null,&quot;_background_hover_size&quot;:null,&quot;_background_hover_bg_width&quot;:null,&quot;_background_hover_video_link&quot;:null,&quot;_background_hover_video_start&quot;:null,&quot;_background_hover_video_end&quot;:null,&quot;_background_hover_play_once&quot;:null,&quot;_background_hover_play_on_mobile&quot;:null,&quot;_background_hover_privacy_mode&quot;:null,&quot;_background_hover_video_fallback&quot;:null,&quot;_background_hover_slideshow_gallery&quot;:null,&quot;_background_hover_slideshow_loop&quot;:null,&quot;_background_hover_slideshow_slide_duration&quot;:null,&quot;_background_hover_slideshow_slide_transition&quot;:null,&quot;_background_hover_slideshow_transition_duration&quot;:null,&quot;_background_hover_slideshow_background_size&quot;:null,&quot;_background_hover_slideshow_background_position&quot;:null,&quot;_background_hover_slideshow_lazyload&quot;:null,&quot;_background_hover_slideshow_ken_burns&quot;:null,&quot;_background_hover_slideshow_ken_burns_zoom_direction&quot;:null,&quot;_background_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_border_border&quot;:&quot;&quot;,&quot;_border_width&quot;:null,&quot;_border_color&quot;:null,&quot;_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_box_shadow&quot;:null,&quot;_box_shadow_box_shadow_position&quot;:null,&quot;_border_hover_border&quot;:&quot;&quot;,&quot;_border_hover_width&quot;:null,&quot;_border_hover_color&quot;:null,&quot;_border_radius_hover&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;_box_shadow_hover_box_shadow_type&quot;:&quot;&quot;,&quot;_box_shadow_hover_box_shadow&quot;:null,&quot;_box_shadow_hover_box_shadow_position&quot;:null,&quot;_border_hover_transition&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_mask_switch&quot;:&quot;&quot;,&quot;_mask_shape&quot;:null,&quot;_mask_image&quot;:null,&quot;_mask_size&quot;:null,&quot;_mask_size_scale&quot;:null,&quot;_mask_position&quot;:null,&quot;_mask_position_x&quot;:null,&quot;_mask_position_y&quot;:null,&quot;_mask_repeat&quot;:null,&quot;hide_mobile&quot;:&quot;&quot;,&quot;_attributes&quot;:&quot;&quot;,&quot;tabuniqid&quot;:&quot;68f5a40&quot;}\">\r\n                <div id=\"wl-shop-tab-area-68f5a40\" class=\"wl-shop-tab-area grid_view wl-filterable-products-content\">\r\n                    <div class=\"woocommerce columns-4 \"><div class=\"woolentor-before-shop\">                        <ul id=\"wl-shop-tab-links-68f5a40\" class=\"wl-shop-tab-links\">\n                            <li><a href=\"#grid-68f5a40\" data-tabvalue=\"grid_view\" class=\"htactive\" aria-label=\"Grid\" rel=\"nofollow\"><i class=\"sli sli-grid\"><\/i><\/a><\/li>\n                            <li><a href=\"#list-68f5a40\" data-tabvalue=\"list_view\" class=\"\" aria-label=\"List\" rel=\"nofollow\"><i class=\"sli sli-menu\"><\/i><\/a><\/li>\n                        <\/ul>\n                    <div class=\"woocommerce-notices-wrapper\"><\/div><p class=\"woocommerce-result-count\" role=\"alert\" aria-relevant=\"all\" >\n\tMind a(z) 3 tal\u00e1lat megjelen\u00edtve<\/p>\n<\/div><div class=\"woolentor-products wl-row columns-4   \" data-settings=\"\" >\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25299\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/\" aria-label=\"Ab\u00e1d\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25299\" aria-label=\"Ab\u00e1d\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/'>Ab\u00e1d<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/\" aria-label=\"Ab\u00e1d\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25299\" aria-label=\"Ab\u00e1d\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abad\/'>Ab\u00e1d<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 *Ab\u00e1d[1] @ Arad\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 [Ar]\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Abad 1135 Abad (M\u00e1rki II\/1:190, DL 31121, Horv\u00e1th,J:38, Banat:64, Ha\u021began:11, Etsz I:2), 1177 Abad (Gy\u00f6rffy I:170, Cs\u00e1nki I:766, Ortvay:Temes I.213:355\u2013356, Borsa:213, M\u00e1rki I:190, DL 31121, Blazovich:33, RegArp I.125:40, Krist\u00f3:Adatok I:79\/44, KMH I:28, OrtvayCsa II:139, Kov\u00e1ch:36, Veres,E:6, Blazovich 2023:53, Ha\u0163egan:299, Dic.Arad I:55,\u00a0 Suciu II:287, Vistai I:1), 1349 Apaad (M\u00e1rki I:177, [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25307\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/\" aria-label=\"Abaf\u00e1ja\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25307\" aria-label=\"Abaf\u00e1ja\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/'>Abaf\u00e1ja<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/\" aria-label=\"Abaf\u00e1ja\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25307\" aria-label=\"Abaf\u00e1ja\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/abafaja\/'>Abaf\u00e1ja<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>ABAF\u00c1JA MT\u00a0\u00a0\u00a0\u00a0\u00a0 MS \u00a0\u00a0\u00a0\u00a0 Apalina \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \uf0e8Brenndorf \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \/Abafalva, Abafa\/ \u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Abaf\u00e1ja # Sz\u00e1szr\u00e9gen (1956) 1332\u201337 Abafaya, Abbafaya (EOkt II.1125:407, EOkt II.1127:408, Cs\u00e1nki V:691, DF 292450\/1, Theiner I:560, MonVatHung I\/1. 92, 104, 107, 130, DIR C (XIV) III.56:126, 148\u2013149, 153\u2013154,196, Ortvay II:653, Krist\u00f3:Adatok I:79\/37, Beke:768, Suciu I:40, SzMA I:52, Vistai I:1), 1335 Abaf\u00e1ja (EOkt [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End-->\n<!--Product Grid View Start-->\n<div class=\"wlshop-grid-area ht-product product mb-30 wl-col-4 ht-product-action-style-2 ht-product-action-middle ht-product-action-on-hover ht-product-countdown-fill\" data-id=\"25288\">\n    <div class=\"ht-product-inner\">\n\n        <div class=\"ht-product-image-wrap\">\n                                    <div class=\"ht-product-image\">\n                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\"> \n                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                    <\/a>\n                            <\/div>\n\n            \n                            <div class=\"ht-product-action\">\n                    <ul class=\"woolentor-action-btn-area\" >\n                                                <li>\n                            <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25288\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\">\n                                <i class=\"sli sli-magnifier\"><\/i>\n                                <span class=\"ht-product-action-tooltip\">Quick View<\/span>\n                            <\/a>\n                        <\/li>\n                                                                                                                    <\/ul>\n                <\/div>\n            \n        <\/div>\n\n        <div class=\"ht-product-content\">\n            \n            <div class=\"ht-product-content-inner\">\n                                <div class=\"ht-product-categories\"><a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a><\/div>\n                                <h4 class='ht-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/'>Apanagyfalu \u2013 reform\u00e1tus templom<\/a><\/h4>                                                <div class=\"ht-product-price\">\n<\/div>\n                                <div class=\"ht-product-ratting-wrap\"><\/div>\n\n                \n                \n                            <\/div>\n            \n            \n        <\/div>\n\n    <\/div>\n<\/div>\n<!--Product Grid View End-->\n\n\n<!--Product List View Start-->\n<div class=\"ht-col-xs-12 wlshop-list-area product\">\n    <div class=\"wlshop-list-wrap\">\n        <div class=\"ht-row\">\n            \n            <div class=\"ht-col-md-4 ht-col-sm-4 ht-col-xs-12 ht-product\">\n                <div class=\"wlproduct-list-img\">\n                    <div class=\"ht-product-inner\">\n\n                        <div class=\"ht-product-image-wrap\">\n                                                        <div class=\"ht-product-image\">\n                                                                    <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\"> \n                                        <img decoding=\"async\" width=\"200\" height=\"200\" src=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png\" class=\"woocommerce-placeholder wp-post-image\" alt=\"Helytart\u00f3\" srcset=\"https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder.png 1200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-200x200.png 200w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-1024x1024.png 1024w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-150x150.png 150w, https:\/\/uj.adatbank.ro\/lexikon\/wp-content\/uploads\/sites\/113\/woocommerce-placeholder-768x768.png 768w\" sizes=\"(max-width: 200px) 100vw, 200px\" \/>                                    <\/a>\n                                \n                            <\/div>\n\n                            \n                                                        <div class=\"product-quickview\">\n                                <a href=\"#\" class=\"woolentorquickview\" data-product_id=\"25288\" aria-label=\"Apanagyfalu \u2013 reform\u00e1tus templom\">\n                                    <i class=\"sli sli-magnifier-add\"><\/i>\n                                <\/a>\n                            <\/div>\n                            \n                        <\/div>\n\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"ht-col-md-8 ht-col-sm-8 ht-col-xs-12\">\n                <div class=\"wlshop-list-content\">\n                                                            <h3 class='ht-list-product-title'><a href='https:\/\/uj.adatbank.ro\/lexikon\/termek\/reformatus-templom-apanagyfalu-2\/'>Apanagyfalu \u2013 reform\u00e1tus templom<\/a><\/h3>                                        <div class='woocommerce-product-details__short-description'><p>A m\u0171eml\u00e9k adatai C\u00edm: 38. sz\u00e1m K\u00f3d: BN-II-a-A-01681 Dat\u00e1l\u00e1s: 15. sz\u00e1zad m\u00e1sodik harmada, jelent\u0151sebb \u00e1t\u00e9p\u00edt\u00e9sek, jav\u00edt\u00e1sok: 1715, 1750, 1896 &nbsp; Szerz\u0151:\u00a0Bara J\u00falia &nbsp; T\u00f6rt\u00e9neti adatok Apanagyfalu (Nu\u015feni, Grossendorf), az\u00a0Apafi\u00a0csal\u00e1d egykori \u0151si nemzets\u00e9gi birtokk\u00f6zpontja Bethlent\u0151l 10 km-re d\u00e9lre, a Melles-patak ment\u00e9n fekszik. Az 1876-os megyerendez\u00e9sig Bels\u0151-Szolnok v\u00e1rmegy\u00e9hez tartozott, ekkor az \u00fajonnan kialak\u00edtott Szolnok-Doboka v\u00e1rmegy\u00e9hez csatolt\u00e1k. Ma [&hellip;]<\/p><\/div>\n                                        \n                    <div class=\"ht-product-categories\">\n                        <a href=\"https:\/\/uj.adatbank.ro\/lexikon\/termekkategoria\/muemlekek\/\">Erd\u00e9lyi m\u0171eml\u00e9kek<\/a>                    <\/div>\n\n                    <div class=\"wlshop-list-price-action-wrap\">\n                        <div class=\"wlshop-list-price-ratting\">\n                                                        <div class=\"ht-product-list-price\">\n                                \n                            <\/div>\n                                                        <div class=\"ht-product-list-ratting\">\n                                <div class=\"ht-product-ratting-wrap\">\n                                                                                                        <\/div>\n                            <\/div>\n                        <\/div>\n                                                    <div class=\"ht-product-list-action\">\n                                <ul>\n                                                                                                                                            <\/ul>\n                            <\/div>\n                        \n                    <\/div>\n\n                                                        <\/div>\n            <\/div>\n\n        <\/div>\n    <\/div>\n<\/div>\n<!--Product List View End--><\/div><\/div>                <\/div>\r\n            <\/div>\r\n\r\n            <script type=\"text\/javascript\">\r\n                ;jQuery(document).ready(function($) {\r\n                    var uniqid = '68f5a40';\r\n                    function woolentor_tabs_pro( $tabmenus, $tabpane ){\r\n                        $tabmenus.on('click', 'a', function(e){\r\n                            e.preventDefault();\r\n                            var $this = $(this),\r\n                                $target = $this.attr('href'),\r\n                                $data = $this.data('tabvalue');\r\n                            $this.addClass('htactive').parent().siblings().children('a').removeClass('htactive');\r\n                            $( $tabpane ).removeClass('grid_view list_view');\r\n                            $( $tabpane ).addClass( $data );\r\n\r\n                            \/\/ refresh slick\r\n                            $id = $this.attr('href');\r\n                            $('.wl-shop-tab-area').find('.slick-slider').slick('refresh');\r\n                        });\r\n                    }\r\n                    woolentor_tabs_pro( $( \"#wl-shop-tab-links-\"+uniqid ), '#wl-shop-tab-area-'+uniqid );\r\n                });\r\n            <\/script>\r\n\r\n            \r\n            \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Rendez\u00e9s ApanagyfaluArad Mind a(z) 14 tal\u00e1lat megjelen\u00edtve Quick View Erd\u00e9lyi m\u0171eml\u00e9kek Aradi v\u00e1r, Arad Aradi v\u00e1r, Arad A m\u0171eml\u00e9k adatai C\u00edm: Arad, V\u00e1ralja K\u00f3d: AR-II-a-A-00475 Dat\u00e1l\u00e1s: 1763\u20131783 T\u00f6rt\u00e9neti adatok M\u00e1r az \u00c1rp\u00e1d korban megszervezt\u00e9k a Maros-v\u00f6lgyi \u00fat \u00e9s a foly\u00f3 mai v\u00e1ros t\u00e9rs\u00e9g\u00e9ben tal\u00e1lhat\u00f3, fontos \u00e1tkel\u0151hely\u00e9nek a v\u00e9delm\u00e9t. Arad els\u0151 er\u0151d\u00edtm\u00e9nye, az \u00c1rp\u00e1d-kori Arad megye [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-444","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/pages\/444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/comments?post=444"}],"version-history":[{"count":269,"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/pages\/444\/revisions"}],"predecessor-version":[{"id":1286,"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/pages\/444\/revisions\/1286"}],"wp:attachment":[{"href":"https:\/\/uj.adatbank.ro\/lexikon\/wp-json\/wp\/v2\/media?parent=444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}