{"id":9521,"date":"2023-08-18T12:16:58","date_gmt":"2023-08-18T12:16:58","guid":{"rendered":"https:\/\/turbo.redq.io\/turbo\/motor-bike\/listing-copy\/"},"modified":"2023-08-18T12:19:06","modified_gmt":"2023-08-18T12:19:06","slug":"listing-with-map","status":"publish","type":"page","link":"https:\/\/turbo.redq.io\/motor-bike\/listing-with-map\/","title":{"rendered":"Listing with map"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"9521\" class=\"elementor elementor-9521\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-30ae147 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"30ae147\" data-element_type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-no\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-da86c0b\" data-id=\"da86c0b\" data-element_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-af39f63 elementor-widget elementor-widget-shortcode\" data-id=\"af39f63\" data-element_type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n<script type=\"text\/html\" id=\"inspectGridTemplate\">\n    <% _.each(listing, function(list, index ) { %>\n    <%\n        if( list.post_id ) {\n        let permalink = list ? list.permalink : '';\n        let id = list ? list.post_id : '';\n        let thumbnail = list ? list.thumbnail : '';\n        let title = list ? list.title : '';\n        let excerpt = list ? list.excerpt : '';\n        let product_unit = list ? list.product_unit : '';\n        let price_html = list ? list.price_html : '';\n        let is_in_stock = list ? list.is_in_stock : \"\";\n        let attributes = list ? list?.attributes?.non_highlighted?.slice(0, 4) : [];\n        let features = list ? list?.features?.highlighted?.slice(0, 6) : [];\n        let rating = list ? list?._wc_average_rating : 0;\n\n        features = ('attributes' == attributeSource) ? attributes : features;\n    %>\n    <div class=\"product-loop\" data-product_id=\"<%=id%>\">\n        <div class=\"post-thum\">\n          <% if(thumbnail){ %>\n            <img decoding=\"async\" width=\"244\" height=\"166\" src=\"<%=thumbnail%>\" alt=\"<%=title%>\" \/>\n            <% } else { %>\n            <img decoding=\"async\" width=\"244\" height=\"166\" src=\"https:\/\/turbo.redq.io\/motor-bike\/wp-content\/plugins\/inspect\/assets\/images\/placeholder\/696x896.png\" alt=\"image placeholder\" \/>\n          <% } %>\n        <\/div>\n        <div class=\"content\">\n            <h3>\n                <a href=\"<%=permalink%><%=searchParams%>\">\n                        <%= title %>\n                 <\/a>\n             <\/h3>\n             <p><%= excerpt %><\/p>\n             <% if(attributes && attributes.length > 0) { %>\n            <div class=\"loop-listing-attributes\">\n                <% _.forEach(attributes, function (value, key) { %>\n                <div>\n                <% if(value['image'] != ''){ %>\n                    <span class=\"name\"><img decoding=\"async\" src=\"<%= value['image'] %>\" alt=\"<%= value['name'] %>\"><\/span>\n                <% } %>\n                    <span class=\"name\"><%= value['name'] %><\/span>\n                    <span class=\"value\"><%= value['value'] %><\/span>\n                <\/div>\n                <% }) %>\n            <\/div>\n            <% } %>\n            <div class=\"content-footer flex\">\n                <div class=\"price\">\n                    <%= price_html %>\n                <\/div>\n                <div class=\"post-link\">\n                    <a href=\"<%= permalink %>\"><%=buttonText%><\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <% } %>\n    <% }) %>\n\n    <% if(!listing.length){ %>\n    <div class=\"inspect-no-product-found <% if(count > listing.length) { %> product-empty <% } %>\">\n        <img decoding=\"async\" src=\"https:\/\/turbo.redq.io\/motor-bike\/wp-content\/plugins\/inspect\/assets\/images\/not-found.svg\" alt=\"no products found\">\n    <\/div>\n    <% } %>\n\n    <% if(('loadmore' == buttonType) && (count > listing.length)){ %>\n    <div class=\"inspect-product-search-loadmore\">\n        <button class=\"button button-medium\">\n            <span class='loaded-text'>Load More<\/span>\n            <span class=\"loading-text\">Loading...<\/span>\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\">\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)\">\n                    <animateTransform attributeType=\"xml\" attributeName=\"transform\" type=\"rotate\" from=\"0 25 25\" to=\"360 25 25\" dur=\"0.8s\" repeatCount=\"indefinite\"><\/animateTransform>\n                <\/path>\n            <\/svg>\n        <\/button>\n    <\/div>\n    <% } %>\n    <% if(('pagination' == buttonType) && (count > listing.length)){\n        let total = count;       \n        let pages = Math.ceil(total \/ productLimit);\n        let current = Number(paged);\n        let prev = current - 1;\n        let next = current + 1;\n        let end_size = 3;\n        let mid_size = 3;\n        let dots = false;\n    %>\n        <nav class=\"woocommerce-pagination inspect-pagination\" style=\"grid-column: 1\/-1;\">\n            <ul class=\"page-numbers\">\n                <% if(current >= 2){ %>\n                    <li><a class=\"page-numbers prev\" href=\"page\/<%= prev %>\" data-page=\"<%= prev %>\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"w-[18px] h-auto\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15.75 19.5L8.25 12l7.5-7.5\" \/>\n                        <\/svg>\n                    <\/a><\/li>\n                <% } %>\n                <% _.times(pages, function(index) {\n                    let num = index + 1;\n                    %>\n\n                    <% if(num == current){ %>\n                        <li><span aria-current=\"page\" class=\"page-numbers current\"><%= current %><\/span><\/li>\n                        <% dots = true; %>\n                    <% }else{ %>\n                        <% if ( num <= end_size || ( current && num >= current - mid_size && num <= current + mid_size ) || num > pages - end_size ) { %>\n                            <li><a class=\"page-numbers\" href=\"page\/<%= num %>\" data-page=\"<%= num %>\"><%= num %><\/a><\/li>\n                            <% dots = true; %>\n                        <% } else if(dots) { %>\n                            <li><span aria-current=\"page\" class=\"page-numbers current\">...<\/span><\/li>\n                            <% dots = false; %>\n                        <% } %>\n                    <% } %>\n\n                <% }); %>\n                <% if((current <= pages) && (current != pages)){ %>\n                    <li><a class=\"page-numbers next\" href=\"page\/<%= next %>\" data-page=\"<%= next %>\">\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"2\" stroke=\"currentColor\" class=\"w-[18px] h-auto\">\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8.25 4.5l7.5 7.5-7.5 7.5\" \/>\n                        <\/svg>\n                    <\/a><\/li>\n                <% } %>\n            <\/ul>\n        <\/nav>\n    <% } %>\n<\/script><div class=\"inspect-filter-wrapper inspect-map-search\" data-map-icon=\"https:\/\/turbo.redq.io\/motor-bike\/wp-content\/uploads\/sites\/9\/2023\/08\/Map-icon.svg\" data-map-zoom=\"15\">\n    <div class=\"bg-white shadow-nav sticky top-[60px] md:top-[70px] lg:top-[80px] 2xl:top-[90px] z-10 py-2 lg:py-4\">\n        <div class=\"inspect-filter-header max-w-[2160px] !py-0 !px-4 lg:!px-[22px] mx-auto\">\n\n            <!-- sticky header left  -->\n            <div class=\"inspect-filter-header-left\">\n                <div class=\"inspect-filter-header-form\">\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    <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<!-- Pickup Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-pickup shadow rounded-md py-5 mb-3 bg-white\">\n        <div class=\"checkbox-group flex flex-col px-5\">\n        <select class=\"inspect-search-select\" name=\"tex_pickup_location\" id=\"tex_pickup_location\" data-placeholder=\"Pickup location\">\n            <option selected value=\"\">Pickup location<\/option>\n                                           <option  value=\"chicago-il\">Chicago, IL<\/option>\n                                           <option  value=\"los-angeles-ca\">Los Angeles, CA<\/option>\n                                           <option  value=\"miami-fl\">Miami, FL<\/option>\n                                           <option  value=\"new-york-city-ny\">New York City, NY<\/option>\n                                           <option  value=\"seattle-wa\">Seattle, WA<\/option>\n                    <\/select>\n    <\/div>\n<\/div>\n<!-- Drop off Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-dropoff shadow rounded-md py-5 mb-3 bg-white\">\n        <div class=\"checkbox-group flex flex-col px-5\">\n        <select class=\"inspect-search-select\" name=\"tex_return_location\" data-placeholder=\"DropOff location\">\n            <option value=\"\">DropOff location<\/option>\n                                            <option  value=\"chicago-il\">Chicago, IL<\/option>\n                                            <option  value=\"los-angeles-ca\">Los Angeles, CA<\/option>\n                                            <option  value=\"miami-fl\">Miami, FL<\/option>\n                                            <option  value=\"new-york-city-ny\">New York City, NY<\/option>\n                                            <option  value=\"seattle-wa\">Seattle, WA<\/option>\n                    <\/select>\n    <\/div>\n<\/div>\n<div class=\"inspect-filter-widget inspect-filter-widget-date shadow rounded-md py-5 mb-3 bg-white\">\n        <div class=\"px-5 relative\">\n                    <span class=\"calender_icon absolute left-3 top-1\/2 -translate-y-1\/2\"><img decoding=\"async\" height=\"20\" width=\"20\" src=\"https:\/\/turbo.redq.io\/motor-bike\/wp-content\/uploads\/sites\/9\/2023\/08\/date-picker-icon.png\" alt=\"calendar_icon\"\/><\/span>\n          \n        <input type=\"hidden\" value=\"04\/16\/2026 - 04\/16\/2026\" class=\"today_date\">\n        <input type=\"text\" class=\"daterange !bg-dark-bg !border-0 !py-3 !pl-[38px]\" id=\"daterange\" week-start=\"1\" date-format=\"MM\/DD\/YYYY\" data-day=\"Su_Mo_Tu_We_Th_Fr_Sa\" data-cancel-label=\"Cancel\" data-apply-label=\"Apply\" name=\"daterange\" value=\"04\/16\/2026\" readonly \/>\n    <\/div>\n<\/div>    <\/form>\n    <!--  -->\n<\/div>\n<div class=\"inspect-total-filtered-products-wrapper\">\n    <div class=\"inspect-total-filtered-products\">\n        <span class=\"inspect-show-items-text\">Show<\/span>\n        <span class=\"inspect-filter-result-count\"><\/span>\n    <\/div>\n    <!-- loading ui  -->\n    <div class=\"inspect-btn-loading-ui\">\n        <span class=\"dot-1\"><\/span>\n        <span class=\"dot-2\"><\/span>\n        <span class=\"dot-3\"><\/span>\n    <\/div>\n<\/div>                <\/div>\n                <!-- open side drawer button  -->\n                <button class=\"inspect-open-drawer\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 6h9.75M10.5 6a1.5 1.5 0 11-3 0m3 0a1.5 1.5 0 10-3 0M3.75 6H7.5m3 12h9.75m-9.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-3.75 0H7.5m9-6h3.75m-3.75 0a1.5 1.5 0 01-3 0m3 0a1.5 1.5 0 00-3 0m-9.75 0h9.75\" \/>\n                    <\/svg>\n                    <span><\/span>\n                <\/button>\n                <!-- reset filter button  -->\n                <div class=\"inspect-filter-widgets inspect-filter-clear-widget\">\n                    <button class=\"clear-all-filter\">Reset filter<\/button>\n                <\/div>\n            <\/div>\n\n            <!-- sticky header right  -->\n            <div class=\"inspect-filter-header-right\">\n                <!-- total filtered product number show  -->\n                <div class=\"inspect-total-filtered-products-wrapper\">\n                    <div class=\"inspect-total-filtered-products\">\n                        <span class=\"inspect-show-items-text\"><\/span>\n                        <span class=\"inspect-filter-result-count\"><\/span>\n                    <\/div>\n                    <!-- loading ui  -->\n                    <div class=\"inspect-btn-loading-ui\">\n                        <span class=\"dot-1\"><\/span>\n                        <span class=\"dot-2\"><\/span>\n                        <span class=\"dot-3\"><\/span>\n                    <\/div>\n                <\/div>\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>\n\n        <\/div>\n    <\/div>\n\n    <!-- side drawer container  -->\n    <div class=\"inspect-drawer-container\">\n        <!-- drawer form  -->\n        <div class=\"inspect-drawer-wrapper\">\n            <!-- drawer content  -->\n            <div class=\"inspect-drawer-content\">\n                <div class=\"inspect-drawer-header\">\n                    <div class=\"inspect-close-drawer-wrapper\">\n                        <button class=\"inspect-close-drawer\">\n                            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke-width=\"1.5\" stroke=\"currentColor\">\n                                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10.5 19.5L3 12m0 0l7.5-7.5M3 12h18\" \/>\n                            <\/svg>\n                        <\/button>\n                    <\/div>\n                    <div class=\"filter-heading\">\n                        <p>Filter<\/p>\n                    <\/div>\n                    <div><\/div>\n                <\/div>\n                \n<div class=\"inspect-filter-form-wrapper\">\n    <form id=\"inspect-filter-form-popup\" 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-quick shadow rounded-md py-5 mb-3 bg-white\">\n        <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Quick Search<\/h2> \n        <div class=\"px-5\">\n        <input type=\"search\" name=\"text-search\" placeholder=\"Enter to Search\" class=\"product-text-search !bg-dark-bg !border-0 !py-3\" id=\"text-search\">\n    <\/div>\n<\/div>\n\n\n<!-- Pickup Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-pickup shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Pickup Locations<\/h2>\n        <div class=\"checkbox-group flex flex-col px-5\">\n        <select class=\"inspect-search-select\" name=\"tex_pickup_location\" id=\"tex_pickup_location\" data-placeholder=\"Enter to Search\">\n            <option selected value=\"\">Pickup location<\/option>\n                                           <option  value=\"chicago-il\">Chicago, IL<\/option>\n                                           <option  value=\"los-angeles-ca\">Los Angeles, CA<\/option>\n                                           <option  value=\"miami-fl\">Miami, FL<\/option>\n                                           <option  value=\"new-york-city-ny\">New York City, NY<\/option>\n                                           <option  value=\"seattle-wa\">Seattle, WA<\/option>\n                    <\/select>\n    <\/div>\n<\/div>\n<!-- Drop off Location -->\n<div class=\"inspect-filter-widget inspect-filter-widget-dropoff shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Return Locations<\/h2>\n        <div class=\"checkbox-group flex flex-col px-5\">\n        <select class=\"inspect-search-select\" name=\"tex_return_location\" data-placeholder=\"Enter to Search\">\n            <option value=\"\">DropOff location<\/option>\n                                            <option  value=\"chicago-il\">Chicago, IL<\/option>\n                                            <option  value=\"los-angeles-ca\">Los Angeles, CA<\/option>\n                                            <option  value=\"miami-fl\">Miami, FL<\/option>\n                                            <option  value=\"new-york-city-ny\">New York City, NY<\/option>\n                                            <option  value=\"seattle-wa\">Seattle, WA<\/option>\n                    <\/select>\n    <\/div>\n<\/div>\n<div class=\"inspect-filter-widget inspect-filter-widget-date shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Datepicker<\/h2>\n        <div class=\"px-5 relative\">\n                    <span class=\"calender_icon absolute left-3 top-1\/2 -translate-y-1\/2\"><img decoding=\"async\" height=\"20\" width=\"20\" src=\"https:\/\/turbo.redq.io\/motor-bike\/wp-content\/uploads\/sites\/9\/2023\/08\/date-picker-icon.png\" alt=\"calendar_icon\"\/><\/span>\n          \n        <input type=\"hidden\" value=\"04\/16\/2026 - 04\/16\/2026\" class=\"today_date\">\n        <input type=\"text\" class=\"daterange !bg-dark-bg !border-0 !py-3 !pl-[38px]\" id=\"daterange\" week-start=\"1\" date-format=\"MM\/DD\/YYYY\" data-day=\"Su_Mo_Tu_We_Th_Fr_Sa\" data-cancel-label=\"Cancel\" data-apply-label=\"Apply\" name=\"daterange\" value=\"04\/16\/2026\" readonly \/>\n    <\/div>\n<\/div><div class=\"inspect-filter-widget inspect-filter-widget-resource shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Resource<\/h2>\n    \n    <div class=\"px-5\">\n                    <div class=\"filter-widget-item-search\">\n                <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n                <div class=\"product-resource-search-icon-wrapper\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                        <g transform=\"translate(-602 -37)\">\n                            <g transform=\"translate(602 37)\">\n                                <path d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        \n        <div class=\"product-filter-item-listing !pt-0\">\n                            <label data-filter=\"Carrier\" class=\"product-filter-label\">\n                    <input name=\"tex_resource[]\" value=\"carrier\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Carrier<\/span>\n                <\/label>\n                            <label data-filter=\"GPS\" class=\"product-filter-label\">\n                    <input name=\"tex_resource[]\" value=\"gps\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">GPS<\/span>\n                <\/label>\n                            <label data-filter=\"Helmet\" class=\"product-filter-label\">\n                    <input name=\"tex_resource[]\" value=\"helmets\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Helmet<\/span>\n                <\/label>\n                            <label data-filter=\"Water Bottle\" class=\"product-filter-label\">\n                    <input name=\"tex_resource[]\" value=\"water-bottle\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Water Bottle<\/span>\n                <\/label>\n                    <\/div>\n    <\/div>\n<\/div><!-- Features -->\n<div class=\"inspect-filter-widget pb-7 shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Features<\/h2>\n    \n    <div class=\"px-5\">\n               \n            <div class=\"filter-widget-item-search\">\n                <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n                <div class=\"product-resource-search-icon-wrapper\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                        <g transform=\"translate(-602 -37)\">\n                            <g transform=\"translate(602 37)\">\n                                <path d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        \n        <div class=\"product-filter-item-listing !pt-0\">\n                            <label data-filter=\"ABS\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"anti-lock-braking-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">ABS<\/span>\n                <\/label>\n                            <label data-filter=\"Braking System\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"braking-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Braking System<\/span>\n                <\/label>\n                            <label data-filter=\"Digital I.C.\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"digital-instrument-cluster\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Digital I.C.<\/span>\n                <\/label>\n                            <label data-filter=\"Engine Type\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"engine-type\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Engine Type<\/span>\n                <\/label>\n                            <label data-filter=\"Fuel Injection\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"fuel-injection\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Fuel Injection<\/span>\n                <\/label>\n                            <label data-filter=\"GPS\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"gps-en\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">GPS<\/span>\n                <\/label>\n                            <label data-filter=\"Heated Grips\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"heated-grips\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Heated Grips<\/span>\n                <\/label>\n                            <label data-filter=\"Riding Modes\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"riding-modes\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Riding Modes<\/span>\n                <\/label>\n                            <label data-filter=\"Slipper Clutch\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"slipper-clutch\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Slipper Clutch<\/span>\n                <\/label>\n                            <label data-filter=\"Smart Key System\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"smart-key-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Smart Key System<\/span>\n                <\/label>\n                            <label data-filter=\"Suspension System\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"suspension-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Suspension System<\/span>\n                <\/label>\n                            <label data-filter=\"Tubeless Tires\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"tubeless-tires\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Tubeless Tires<\/span>\n                <\/label>\n                            <label data-filter=\"Wheelie Control\" class=\"product-filter-label\">\n                    <input name=\"tex_features[]\" value=\"wheelie-control\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Wheelie Control<\/span>\n                <\/label>\n                    <\/div>\n    <\/div>\n<\/div><div class=\"inspect-filter-widget shadow rounded-md mb-3 py-5 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Persons<\/h2>\n    \n    <div class=\"px-5\">\n                    <div class=\"filter-widget-item-search\">\n                <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n                <div class=\"product-resource-search-icon-wrapper\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                        <g transform=\"translate(-602 -37)\">\n                            <g transform=\"translate(602 37)\">\n                                <path id=\"Path_17130\" data-name=\"Path 17130\" d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        \n        <div class=\"product-filter-item-listing !pt-0\">\n                            <label class=\"product-filter-label\" data-filter=\"No. of adult 1\">\n                    <input name=\"tex_person\" value=\"no-of-adult-1\" type=\"radio\" class=\"filter-checkbox form-checkbox product-filter-input-radio\">\n                    <svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" class=\"product-filter-radio-svg\">\n                        <circle cx=\"10\" cy=\"10\" r=\"9\"><\/circle>\n                        <path d=\"M10,7 C8.34314575,7 7,8.34314575 7,10 C7,11.6568542 8.34314575,13 10,13 C11.6568542,13 13,11.6568542 13,10 C13,8.34314575 11.6568542,7 10,7 Z\" class=\"inner\"><\/path>\n                        <path d=\"M10,1 L10,1 L10,1 C14.9705627,1 19,5.02943725 19,10 L19,10 L19,10 C19,14.9705627 14.9705627,19 10,19 L10,19 L10,19 C5.02943725,19 1,14.9705627 1,10 L1,10 L1,10 C1,5.02943725 5.02943725,1 10,1 L10,1 Z\" class=\"outer\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">No. of adult 1<\/span>\n                <\/label>\n                            <label class=\"product-filter-label\" data-filter=\"No. of adult 2\">\n                    <input name=\"tex_person\" value=\"no-of-adult-2\" type=\"radio\" class=\"filter-checkbox form-checkbox product-filter-input-radio\">\n                    <svg width=\"20px\" height=\"20px\" viewBox=\"0 0 20 20\" class=\"product-filter-radio-svg\">\n                        <circle cx=\"10\" cy=\"10\" r=\"9\"><\/circle>\n                        <path d=\"M10,7 C8.34314575,7 7,8.34314575 7,10 C7,11.6568542 8.34314575,13 10,13 C11.6568542,13 13,11.6568542 13,10 C13,8.34314575 11.6568542,7 10,7 Z\" class=\"inner\"><\/path>\n                        <path d=\"M10,1 L10,1 L10,1 C14.9705627,1 19,5.02943725 19,10 L19,10 L19,10 C19,14.9705627 14.9705627,19 10,19 L10,19 L10,19 C5.02943725,19 1,14.9705627 1,10 L1,10 L1,10 C1,5.02943725 5.02943725,1 10,1 L10,1 Z\" class=\"outer\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">No. of adult 2<\/span>\n                <\/label>\n                    <\/div>\n    <\/div>\n<\/div><div class=\"inspect-filter-widget inspect-filter-widget-attributes shadow rounded-md py-5 bg-white mb-3\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Attributes<\/h2>\n    \n    <div class=\"px-5\">\n            <div class=\"filter-widget-item-search\">\n            <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n            <div class=\"product-resource-search-icon-wrapper\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                    <g transform=\"translate(-602 -37)\">\n                        <g transform=\"translate(602 37)\">\n                            <path d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                        <\/g>\n                    <\/g>\n                <\/svg>\n            <\/div>\n        <\/div>\n    \n    <div class=\"product-filter-item-listing !pt-0\">\n                    <label data-filter=\"Available Colors\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"available-colors\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Available Colors<\/span>\n            <\/label>\n                    <label data-filter=\"Cooling System\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"cooling-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Cooling System<\/span>\n            <\/label>\n                    <label data-filter=\"Engine Displacement\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"engine-displacement\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Engine Displacement<\/span>\n            <\/label>\n                    <label data-filter=\"Exhaust System\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"exhaust-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Exhaust System<\/span>\n            <\/label>\n                    <label data-filter=\"Frame Material\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"frame-material\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Frame Material<\/span>\n            <\/label>\n                    <label data-filter=\"Fuel Tank Capacity\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"fuel-tank-capacity\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Fuel Tank Capacity<\/span>\n            <\/label>\n                    <label data-filter=\"Headlight Type\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"headlight-type\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Headlight Type<\/span>\n            <\/label>\n                    <label data-filter=\"Number of Cylinders\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"number-of-cylinders\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Number of Cylinders<\/span>\n            <\/label>\n                    <label data-filter=\"Number of Gears\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"number-of-gears\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Number of Gears<\/span>\n            <\/label>\n                    <label data-filter=\"Seat Height\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"seat-height\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Seat Height<\/span>\n            <\/label>\n                    <label data-filter=\"Starting System\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"starting-system\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Starting System<\/span>\n            <\/label>\n                    <label data-filter=\"Suspension Type\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"suspension-type\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Suspension Type<\/span>\n            <\/label>\n                    <label data-filter=\"Top Speed\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"top-speed\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Top Speed<\/span>\n            <\/label>\n                    <label data-filter=\"Weight\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"weight\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Weight<\/span>\n            <\/label>\n                    <label data-filter=\"Wheelbase\" class=\"product-filter-label\">\n                <input name=\"tex_attributes[]\" value=\"wheelbase\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Wheelbase<\/span>\n            <\/label>\n            <\/div>\n    <\/div>\n<\/div><div class=\"inspect-filter-widget inspect-filter-widget-resource shadow rounded-md py-5 bg-white mb-3\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Rnb Categories<\/h2>\n    \n    <div class=\"px-5\">\n                    <div class=\"filter-widget-item-search\">\n                <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n                <div class=\"product-resource-search-icon-wrapper\">\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                        <g transform=\"translate(-602 -37)\">\n                            <g transform=\"translate(602 37)\">\n                                <path d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                            <\/g>\n                        <\/g>\n                    <\/svg>\n                <\/div>\n            <\/div>\n        \n        <div class=\"product-filter-item-listing !pt-0\">\n                            <label data-filter=\"Cafe Racer Motorcycles\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"cafe-racer-motorcycles\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Cafe Racer Motorcycles<\/span>\n                <\/label>\n                            <label data-filter=\"Cruiser Motorcycles\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"cruiser-motorcycles\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Cruiser Motorcycles<\/span>\n                <\/label>\n                            <label data-filter=\"Dual-Sport Motorcycles\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"dual-sport-motorcycles\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Dual-Sport Motorcycles<\/span>\n                <\/label>\n                            <label data-filter=\"Naked Bikes\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"naked-bikes\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Naked Bikes<\/span>\n                <\/label>\n                            <label data-filter=\"Off-Road Motorcycles\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"off-road-motorcycles\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Off-Road Motorcycles<\/span>\n                <\/label>\n                            <label data-filter=\"Vintage Motorcycles\" class=\"product-filter-label\">\n                    <input name=\"tex_rnb_categories[]\" value=\"vintage-motorcycles\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                    <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                        <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                    <\/svg>\n                    <span class=\"product-filter-title\">Vintage Motorcycles<\/span>\n                <\/label>\n                    <\/div>  \n    <\/div>\n<\/div><div class=\"inspect-filter-widget inspect-filter-widget-resource shadow rounded-md py-5 mb-3 bg-white\">\n            <h2 class=\"inspect-filter-widget-title px-5 pb-4 border-b border-[#E5E7EB] border-dashed\">Product Categories<\/h2>\n    \n    <div class=\"px-5\">\n        <div class=\"filter-widget-item-search\">\n        <input type=\"search\" class=\"!bg-dark-bg !border-0 !py-3\" placeholder=\"Enter to Search\">\n        <div class=\"product-resource-search-icon-wrapper\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"14.206\" height=\"15\" viewBox=\"0 0 14.206 15\" class=\"product-resource-search-icon\">\n                <g transform=\"translate(-602 -37)\">\n                    <g transform=\"translate(602 37)\">\n                        <path d=\"M378.15,381.874l2.687,2.682c.139.139.284.274.414.422a.745.745,0,1,1-1.072,1.031c-.906-.889-1.816-1.776-2.689-2.7a.77.77,0,0,0-1.1-.185,6.257,6.257,0,1,1-2.753-11.839,6.276,6.276,0,0,1,5,9.946C378.5,381.432,378.343,381.618,378.15,381.874Zm-4.614.434a4.756,4.756,0,1,0-4.729-4.766A4.729,4.729,0,0,0,373.536,382.308Z\" transform=\"translate(-367.297 -371.285)\" fill=\"#999\" \/>\n                    <\/g>\n                <\/g>\n            <\/svg>\n        <\/div>\n    <\/div>\n    \n    <div class=\"product-filter-item-listing !pt-0\">\n                    <label data-filter=\"Uncategorized\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"uncategorized\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Uncategorized<\/span>\n            <\/label>\n                    <label data-filter=\"Dirt Bike\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"dirt-bike\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Dirt Bike<\/span>\n            <\/label>\n                    <label data-filter=\"Economy\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"economy\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Economy<\/span>\n            <\/label>\n                    <label data-filter=\"Mid Range\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"mid-range\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Mid Range<\/span>\n            <\/label>\n                    <label data-filter=\"Off Road\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"off-road\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Off Road<\/span>\n            <\/label>\n                    <label data-filter=\"Sports\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"sports\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Sports<\/span>\n            <\/label>\n                    <label data-filter=\"Tour\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"tour\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Tour<\/span>\n            <\/label>\n                    <label data-filter=\"Travel\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"travel\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Travel<\/span>\n            <\/label>\n                    <label data-filter=\"Trip\" class=\"product-filter-label\">\n                <input name=\"tex_product_cat[]\" value=\"trip\" type=\"checkbox\" class=\"filter-checkbox form-checkbox product-filter-input\">\n                <svg viewBox=\"0 0 21 21\" class=\"product-filter-svg\">\n                    <path d=\"M5,10.75 L8.5,14.25 L19.4,2.3 C18.8333333,1.43333333 18.0333333,1 17,1 L4,1 C2.35,1 1,2.35 1,4 L1,17 C1,18.65 2.35,20 4,20 L17,20 C18.65,20 20,18.65 20,17 L20,7.99769186\"><\/path>\n                <\/svg>\n                <span class=\"product-filter-title\">Trip<\/span>\n            <\/label>\n            <\/div>\n    <\/div>\n<\/div>    <\/form>\n<\/div>\n<div class=\"inspect-total-filtered-products-wrapper\">\n    <div class=\"inspect-total-filtered-products\">\n        <span class=\"inspect-show-items-text\">Show<\/span>\n        <span class=\"inspect-filter-result-count\"><\/span>\n    <\/div>\n    <!-- loading ui  -->\n    <div class=\"inspect-btn-loading-ui\">\n        <span class=\"dot-1\"><\/span>\n        <span class=\"dot-2\"><\/span>\n        <span class=\"dot-3\"><\/span>\n    <\/div>\n<\/div>            <\/div>\n            <div class=\"inspect-drawer-overlay\"><\/div>\n        <\/div>\n    <\/div>\n\n    <div class=\"inspect-filter-result-wrapper max-w-[2160px] mx-auto w-full\">\n        <div class=\"inspect-filter-results-container\" style=\"--grid-column-item: 4\">\n            <div class=\"product-container\">\n                <div class=\"filter-results listing-map\" id=\"filter-results\" data-button-text=\"REDO SEARCH HERE\"><\/div>\n            <\/div>\n            <div class=\"map-container\">\n                <div class=\"map-sticky\">\n                    <div id=\"map\" class=\"map\">\n                    <\/div>\n                <\/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>\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<\/div>\n\t\t\n    <div class=\"xs_social_share_widget xs_share_url after_content \t\tmain_content  wslu-style-1 wslu-share-box-shaped wslu-fill-colored wslu-none wslu-share-horizontal wslu-theme-font-no wslu-main_content\">\n\n\t\t\n        <ul>\n\t\t\t        <\/ul>\n    <\/div> \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-9521","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/pages\/9521","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/comments?post=9521"}],"version-history":[{"count":0,"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/pages\/9521\/revisions"}],"wp:attachment":[{"href":"https:\/\/turbo.redq.io\/motor-bike\/wp-json\/wp\/v2\/media?parent=9521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}