{"id":1247,"date":"2024-04-03T10:52:56","date_gmt":"2024-04-03T07:52:56","guid":{"rendered":"https:\/\/i-f.gr\/?page_id=1247"},"modified":"2024-04-13T12:03:06","modified_gmt":"2024-04-13T09:03:06","slug":"search-results","status":"publish","type":"page","link":"https:\/\/i-f.gr\/en\/search-results\/","title":{"rendered":"Search Results Search Results"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1247\" class=\"elementor elementor-1247\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-f6fb068 elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"f6fb068\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5f83d94\" data-id=\"5f83d94\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-af8a700 elementor-invisible elementor-widget elementor-widget-text-editor\" data-id=\"af8a700\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_animation&quot;:&quot;fadeInUp&quot;,&quot;_animation_mobile&quot;:&quot;none&quot;}\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>\u039a\u03a1\u0391\u03a4\u0397\u03a3\u0397 \u039f\u03a7\u0397\u039c\u0391\u03a4\u039f\u03a3<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<section class=\"elementor-section elementor-inner-section elementor-element elementor-element-acc4bab elementor-section-full_width elementor-reverse-tablet elementor-reverse-mobile elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-equal-height-no\" data-id=\"acc4bab\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-68fbc2d\" data-id=\"68fbc2d\" data-element_type=\"column\" data-e-type=\"column\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-adcc5ad elementor-widget elementor-widget-shortcode\" data-id=\"adcc5ad\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\r\n<script type=\"text\/html\" id=\"inspectGridTemplate\">\r\n    <% _.each(listing, function(list, index ) { %>\r\n    <%\r\n        if( list.post_id ) {\r\n        let permalink = list ? list.permalink : '';\r\n        let id = list ? list.post_id : '';\r\n        let thumbnail = list ? list.thumbnail : '';\r\n        let title = list ? list.title : '';\r\n        let excerpt = list ? list.excerpt : '';\r\n        let product_unit = list ? list.product_unit : '';\r\n        let price_html = list ? list.price_html : '';\r\n        let is_in_stock = list ? list.is_in_stock : \"\";\r\n        let attributes = list ? list?.attributes?.highlighted?.slice(0, 3) : [];\r\n        let features = list ? list?.features?.highlighted?.slice(0, 6) : [];\r\n        let rating = list ? list?._wc_average_rating : 0;\r\n\r\n        features = ('attributes' == attributeSource) ? attributes : features;\r\n    %>\r\n    <div class=\"inspect-helium-product-card\" data-product_id=\"<%=id%>\">\r\n        <div class=\"inspect-listing-img\">\r\n            <% if(thumbnail){ %>\r\n            <img fetchpriority=\"high\" decoding=\"async\" width=\"696\" height=\"896\" src=\"<%=thumbnail%>\" alt=\"<%=title%>\" \/>\r\n            <% } else { %>\r\n            <img decoding=\"async\" width=\"696\" height=\"896\" src=\"https:\/\/i-f.gr\/wp-content\/plugins\/inspect\/assets\/images\/placeholder\/696x896.png\" alt=\"image placeholder\" \/>\r\n            <% } %>\r\n            <div class=\"inspect-listing-image-hover\">\r\n                <a href=\"<%=permalink%><%=searchParams%>\" class=\"inspect-listing-link\"><%=buttonText%><\/a>\r\n            <\/div>\r\n        <\/div>\r\n        <div class=\"inspect-listing-details\">\r\n            <div class=\"inspect-listing-details-title\">\r\n                <h4 class=\"product_title\">\r\n                    <a href=\"<%=permalink%><%=searchParams%>\">\r\n                        <%= title %>\r\n                    <\/a>\r\n                <\/h4>\r\n                <div class=\"product_price\">\r\n                    <%= price_html %>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"inspect-listing-meta-content\">\r\n                <div class=\"inspect-listing-meta-left\">\r\n                    <p class=\"inspect-star-rating\">\r\n                        <% _.each([1,2,3,4,5], function( num ) { %>\r\n                        <% if(num <= parseFloat(rating, 10)) { %>\r\n                        <span class=\"inspect-star-fill\"><\/span>\r\n                        <% } else if((num > parseFloat(rating, 10)) && ((num - 1 < parseFloat(rating, 10)))) { %>\r\n                        <span class=\"inspect-star-blank-alt\"><\/span>\r\n                        <% } else { %>\r\n                        <span class=\"inspect-star-blank\"><\/span>\r\n                        <% } %>\r\n                        <% }) %>\r\n                    <\/p>\r\n                <\/div>\r\n\r\n                <div class=\"inspect-listing-meta-right\">\r\n                    <div class=\"product_price\">\r\n                        <%= price_html %>\r\n                    <\/div>\r\n\r\n                    <% if(!is_in_stock) { %>\r\n                    <div class=\"out-of-stock\">(Out Of Stock)<\/div>\r\n                    <% } %>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <% if(attributes && attributes.length > 0) { %>\r\n            <ul class=\"inspect-listing-attributes\">\r\n                <% _.forEach(attributes, function (value, key) { %>\r\n                <li>\r\n                    <span class=\"name\"><%= value['name'] %><\/span>\r\n                    <span class=\"value\"><%= value['value'] %><\/span>\r\n                <\/li>\r\n                <% }) %>\r\n            <\/ul>\r\n            <% } %>\r\n\r\n            <% if(features && features.length > 0) { %>\r\n            <ul class=\"inspect-listing-attributes inspect-listing-features\">\r\n                <% _.forEach(features, function (value, key) { %>\r\n                <li>\r\n                    <span class=\"icon\"><\/span>\r\n                    <span class=\"name\"><%= value['name'] %><\/span>\r\n                <\/li>\r\n                <% }) %>\r\n            <\/ul>\r\n            <% } %>\r\n\r\n            <div class=\"inspect-listing-footer\">\r\n                <a href=\"<%=permalink%><%=searchParams%>\" class=\"inspect-listing-link\"><%=buttonText%><\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <% } %>\r\n    <% }) %>\r\n\r\n    <% if(!listing.length){ %>\r\n    <div class=\"inspect-no-product-found <% if(count > listing.length) { %> product-empty <% } %>\">\r\n        <img decoding=\"async\" src=\"https:\/\/i-f.gr\/wp-content\/plugins\/inspect\/assets\/images\/not-found.svg\" alt=\"no products found\">\r\n    <\/div>\r\n    <% } %>\r\n\r\n    <% if(('loadmore' == buttonType) && (count > listing.length)){ %>\r\n    <div class=\"inspect-product-search-loadmore\">\r\n        <button class=\"button button-medium\">\r\n            <span class='loaded-text'>Load More<\/span>\r\n            <span class=\"loading-text\">Loading...<\/span>\r\n            <svg class='loading-svg' version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" x=\"0px\" y=\"0px\" width=\"24px\" height=\"24px\" viewBox=\"0 0 50 50\" style=\"enable-background:new 0 0 50 50;\" xml:space=\"preserve\">\r\n                <path fill=\"#fff\" d=\"M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z\" transform=\"rotate(108.893 25 25)\">\r\n                    <animateTransform attributeType=\"xml\" attributeName=\"transform\" type=\"rotate\" from=\"0 25 25\" to=\"360 25 25\" dur=\"0.8s\" repeatCount=\"indefinite\"><\/animateTransform>\r\n                <\/path>\r\n            <\/svg>\r\n        <\/button>\r\n    <\/div>\r\n    <% } %>\r\n    <% if(('pagination' == buttonType) && (count > listing.length)){\r\n        let total = count;       \r\n        let pages = Math.ceil(total \/ productLimit);\r\n        let current = Number(paged);\r\n        let prev = current - 1;\r\n        let next = current + 1;\r\n        let end_size = 2;\r\n        let mid_size = 2;\r\n        let dots = false;\r\n    %>\r\n        <nav class=\"woocommerce-pagination inspect-pagination\" style=\"grid-column: 1\/-1;\">\r\n            <ul class=\"page-numbers\">\r\n                <% if(current >= 2){ %>\r\n                    <li><a class=\"page-numbers prev\" href=\"page\/<%= prev %>\" data-page=\"<%= prev %>\">prev<\/a><\/li>\r\n                <% } %>\r\n                <% _.times(pages, function(index) {\r\n                    let num = index + 1;\r\n                    %>\r\n\r\n                    <% if(num == current){ %>\r\n                        <li><span aria-current=\"page\" class=\"page-numbers current\"><%= current %><\/span><\/li>\r\n                        <% dots = true; %>\r\n                    <% }else{ %>\r\n                        <% if ( num <= end_size || ( current && num >= current - mid_size && num <= current + mid_size ) || num > pages - end_size ) { %>\r\n                            <li><a class=\"page-numbers\" href=\"page\/<%= num %>\" data-page=\"<%= num %>\"><%= num %><\/a><\/li>\r\n                            <% dots = true; %>\r\n                        <% } else if(dots) { %>\r\n                            <li><span aria-current=\"page\" class=\"page-numbers current\">...<\/span><\/li>\r\n                            <% dots = false; %>\r\n                        <% } %>\r\n                    <% } %>\r\n\r\n                <% }); %>\r\n                <% if((current <= pages) && (current != pages)){ %>\r\n                    <li><a class=\"page-numbers next\" href=\"page\/<%= next %>\" data-page=\"<%= next %>\">next<\/a><\/li>\r\n                <% } %>\r\n            <\/ul>\r\n        <\/nav>\r\n    <% } %>\r\n<\/script><div class=\"inspect-filter-wrapper is-sidebar\">\n    <aside class=\"inspect-filter-widgets\">\n        <div class=\"inspect-filter-widget-header\">\n    <button class=\"inspect-close-mobile-filter\">\n        <svg xmlns=\" http:\/\/www.w3.org\/2000\/svg\" width=\"22\" height=\"17.828\" viewBox=\"0 0 22 17.828\"> <path id=\"arrow-forward-outline_10_\" data-name=\"arrow-forward-outline (10)\" d=\"M97.627,112,90,119.5l7.627,7.5m-6.568-7.5H110\" transform=\"translate(-89 -110.586)\" fill=\"none\" stroke=\"#000\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><\/path> <\/svg>\n    <\/button>\n    <span class=\"inspect-filter-widget-header-title\">Filter<\/span>\n<\/div><div class=\"inspect-filter-form-wrapper\">\n    <div class=\"sidebar-header\">\n        <h3 class=\"sidebar-header-title\">Search &amp; Filter<\/h3>\n            <span class=\"sidebar-header-button clear-all-filter\">Clear All<\/span>\n    <\/div>\n    <form id=\"inspect-filter-form\" action=\"#\">\n        <input type=\"hidden\" class=\"hidden\" name=\"action\" value=\"inspect_helper_ajax\" \/>\n        <input type=\"hidden\" class=\"hidden\" name=\"action_type\" value=\"search\" \/>\n\n        <input type=\"hidden\" class=\"hidden product-order-by\" name=\"order_by\" value=\"title\" \/>\n        <input type=\"hidden\" class=\"hidden product-default-view\" name=\"view\" value=\"grid\" \/>\n        <input type=\"hidden\" name=\"product_type\" value=\"rental\"\/>\n\n        \n<div class=\"inspect-filter-widget inspect-filter-widget-date\">\n            <h2 class=\"inspect-filter-widget-title\">Datepicker<\/h2>\n        <!-- position:relative -->\n    <div class=\"daterange_wrapper\">\n\n        <input type=\"hidden\" value=\"05\/30\/2026 - 05\/30\/2026\" class=\"today_date\">\n        <!-- calender_icon position:absolute; right:10px ; top:50% ;transform:translateY(-50%) -->\n                    <span class=\"calender_icon\"><img decoding=\"async\" height=\"20\" width=\"20\" src=\"https:\/\/i-f.gr\/wp-content\/uploads\/2024\/04\/datepicker.png\" alt=\"calendar_icon\" \/><\/span>\n            <\/div>\n    <input type=\"text\" class=\"daterange\" id=\"daterange\" week-start=\"1\" date-format=\"DD\/MM\/YYYY\" data-day=\"Su_Mo_Tu_We_Th_Fr_Sa\" data-cancel-label=\"Cancel\" data-apply-label=\"Apply\" name=\"daterange\" value=\"05\/30\/2026\" readonly \/>\n<\/div>\n\n<style>\n    .daterange_wrapper {\n        position: relative\n    }\n\n    .calender_icon {\n        position: absolute;\n        right: 10px;\n        transform: translateY(70%);\n        height: 20px;\n        width: 20px;\n    }\n<\/style><!-- Pickup Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-pickup\">\n            <h2 class=\"inspect-filter-widget-title\">Pickup Locations<\/h2>\n        <div class=\"checkbox-group flex flex-col\">\n        <select class=\"inspect-search-select\" name=\"tex_pickup_location\" id=\"tex_pickup_location\" data-placeholder=\"Enter to Search\">\n            <option selected value=\"\">Select Pickup Location<\/option>\n                                           <option  value=\"chania-airport\">\u0391\u03b5\u03c1\u03bf\u03b4\u03c1\u03cc\u03bc\u03b9\u03bf \u03a7\u03b1\u03bd\u03af\u03c9\u03bd<\/option>\n                                           <option  value=\"souda-port\">\u039b\u03b9\u03bc\u03ac\u03bd\u03b9 \u03a3\u03bf\u03cd\u03b4\u03b1\u03c2<\/option>\n                                           <option  value=\"chania-town\">\u03a0\u03bf\u03bb\u03ae \u03a7\u03b1\u03bd\u03af\u03c9\u03bd<\/option>\n                    <\/select>\n    <\/div>\n<\/div>\n<!-- Drop off Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-dropoff\">\n            <h2 class=\"inspect-filter-widget-title\">Return Locations<\/h2>\n        <div class=\"checkbox-group flex flex-col\">\n        <select class=\"inspect-search-select\" name=\"tex_return_location\" data-placeholder=\"Enter to Search\">\n            <option value=\"\">Select DropOff Location<\/option>\n                                            <option  value=\"chania-airport\">\u0391\u03b5\u03c1\u03bf\u03b4\u03c1\u03cc\u03bc\u03b9\u03bf \u03a7\u03b1\u03bd\u03af\u03c9\u03bd<\/option>\n                                            <option  value=\"limani-soudas\">\u039b\u03b9\u03bc\u03ac\u03bd\u03b9 \u03a3\u03bf\u03cd\u03b4\u03b1\u03c2<\/option>\n                                            <option  value=\"chania-town\">\u03a0\u03bf\u03bb\u03ae \u03a7\u03b1\u03bd\u03af\u03c9\u03bd<\/option>\n                    <\/select>\n    <\/div>\n<\/div>    <\/form>\n<\/div>\n<div class=\"inspect-total-filtered-products-wrapper\">\n    <button class=\"inspect-total-filtered-products\">\n        <span class=\"inspect-show-items-text\">Show<\/span>\n        <span class=\"inspect-filter-result-count\"><\/span>\n    <\/button>\n<\/div>    <\/aside>\n    <div class=\"inspect-filter-result-wrapper\">\n                    <div class=\"inspect-filter-result-header\">\n                <div class=\"inspect-filter-result-header-left\">\n                    <div class=\"inspect-filter-result-count\">\n\n                    <\/div>\n                <\/div>\n                <div class=\"inspect-filter-result-header-right\">\n\n                    <div class=\"inspect-filter-sort\">\n                        <select name=\"sortBy\" class=\"product-sorting\" data-placeholder=\"Sorting Options\">\n                            <option value=\"\" selected disabled>Sorting Options<\/option>\n                            <option value=\"title\">Title (A - Z)<\/option>\n                            <option value=\"title-desc\">Title (Z - A)<\/option>\n                            <option value=\"date-desc\">Sort by Newest<\/option>\n                            <option value=\"date\">Sort by Oldest<\/option>\n                            <option value=\"_price-desc\">Price (High to Low)<\/option>\n                            <option value=\"_price\">Price (Low to High)<\/option>\n                        <\/select>\n                    <\/div>\n                    <div class=\"inspect-product-view-layer\">\n                        <button class=\"inspect-product-view-layer-item\" value=\"grid\" data-class=\"inspect-product-view-grid\">\n                            <svg stroke=\"currentColor\" fill=\"none\" stroke-width=\"2\" viewBox=\"0 0 24 24\" stroke-linecap=\"round\" stroke-linejoin=\"round\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <rect x=\"3\" y=\"3\" width=\"7\" height=\"7\"><\/rect>\n                                <rect x=\"14\" y=\"3\" width=\"7\" height=\"7\"><\/rect>\n                                <rect x=\"14\" y=\"14\" width=\"7\" height=\"7\"><\/rect>\n                                <rect x=\"3\" y=\"14\" width=\"7\" height=\"7\"><\/rect>\n                            <\/svg>\n                        <\/button>\n                        <button class=\"inspect-product-view-layer-item\" value=\"list\" data-class=\"inspect-product-view-list\">\n                            <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 20 20\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                                <path fill-rule=\"evenodd\" d=\"M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z\" clip-rule=\"evenodd\"><\/path>\n                            <\/svg> \n                        <\/button>\n                    <\/div>\n                <\/div>\n            <\/div>\n                <div class=\"inspect-filter-results-container\" style=\"--grid-column-item: 1\">\n                            <div class=\"filter-results inspect-product-view-grid\" id=\"filter-results\" data-button-text=\"Send Booking Request\" data-load_more_text=\"Load More\"><\/div>\n                        <div class=\"inspect-filter-loader is-active\">\n                <span class=\"dot-1\"><\/span>\n                <span class=\"dot-2\"><\/span>\n                <span class=\"dot-3\"><\/span>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"inspect-open-mobile-filter-wrapper\">\n        <button class=\"inspect-open-mobile-filter\">\n            <svg stroke=\"currentColor\" fill=\"currentColor\" stroke-width=\"0\" viewBox=\"0 0 512 512\" height=\"1em\" width=\"1em\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M456.69 421.39L362.6 327.3a173.81 173.81 0 0034.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 00327.3 362.6l94.09 94.09a25 25 0 0035.3-35.3zM97.92 222.72a124.8 124.8 0 11124.8 124.8 124.95 124.95 0 01-124.8-124.8z\"><\/path>\n            <\/svg>\n            <span>Filter Search<\/span>\n        <\/button>\n    <\/div>\n<\/div><\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>VEHICLE RESERVATION<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1247","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/pages\/1247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/comments?post=1247"}],"version-history":[{"count":9,"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/pages\/1247\/revisions"}],"predecessor-version":[{"id":1362,"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/pages\/1247\/revisions\/1362"}],"wp:attachment":[{"href":"https:\/\/i-f.gr\/en\/wp-json\/wp\/v2\/media?parent=1247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}