{"result_html":"\n<script type=\"text\/javascript\">\n    \/\/ Product List\n    $('#list-view').click(function() {\n        $('#content .product-grid > .clearfix').remove();\n\n        $('#content .row > .product-grid').attr('class', 'product-layout product-list col-xs-12');\n        $('#grid-view').removeClass('active');\n        $('#list-view').addClass('active');\n\n        localStorage.setItem('display', 'list');\n    });\n\n    \/\/ Product Grid\n    $('#grid-view').click(function() {\n        var cols = $('#column-right, #column-left').length;\n\n        if (cols == 2) {\n            $('#content .product-list').attr('class', 'product-layout product-grid col-lg-6 col-md-6 col-sm-12 col-xs-12');\n        } else if (cols == 1) {\n            $('#content .product-list').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12');\n        } else {\n            $('#content .product-list').attr('class', 'product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12');\n        }\n\n        $('#list-view').removeClass('active');\n        $('#grid-view').addClass('active');\n\n        localStorage.setItem('display', 'grid');\n    });\n<\/script>","filter_action":"https:\/\/sucrejewelry.hk\/home\/index.php?route=plaza\/filter\/category&path=202","price_action":"https:\/\/sucrejewelry.hk\/home\/index.php?route=plaza\/filter\/category&path=202","layered_html":"<div class=\"list-group\">\n    <div class=\"filter-attribute-container filter-attribute-remove-container\">    <\/div>\n    <div class=\"filter-attribute-container\">\n        <label>Price<\/label>\n        <div class=\"list-group-item\">\n            <div class=\"filter-price\">\n                <div id=\"slider-price\"><\/div>\n                <div class=\"slider-values\">\n                    <span>$<\/span>\n                    <input id=\"price-from\" disabled=\"disabled\" class=\"input-price\" type=\"text\" value=\"1578\" placeholder=\"Min\" name=\"price-from\"\/>\n                    <span><\/span> -\n                    <span>$<\/span>\n                    <input id=\"price-to\" disabled=\"disabled\" class=\"input-price\" type=\"text\" value=\"3932\" placeholder=\"Max\" name=\"price-to\" \/>\n                    <span><\/span>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div><\/div>"}