{"id":4231,"date":"2021-09-14T16:15:13","date_gmt":"2021-09-14T16:15:13","guid":{"rendered":"http:\/\/dummy.xtemos.com\/woodmart2\/elementor\/?page_id=4231"},"modified":"2026-03-20T10:11:01","modified_gmt":"2026-03-20T10:11:01","slug":"home-motorcycle","status":"publish","type":"page","link":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4231\" class=\"elementor elementor-4231\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"wd-negative-gap elementor-element elementor-element-5b0de15 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"5b0de15\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;video&quot;,&quot;background_video_link&quot;:&quot;https:\\\/\\\/testv95.demowebsitelinks.com\\\/Spankys-PowersportsV2\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/Banner-Video-1.mp4&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-background-video-container elementor-hidden-mobile\">\n\t\t\t\t\t\t\t<video class=\"elementor-background-video-hosted\" role=\"presentation\" autoplay muted playsinline loop><\/video>\n\t\t\t\t\t<\/div>\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8659051 e-flex e-con-boxed e-con e-parent\" data-id=\"8659051\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-306a36d e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"306a36d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c1bc43a elementor-widget elementor-widget-html\" data-id=\"c1bc43a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n.custom-form-wrapper {\r\n    width: 100%;\r\n    padding: 20px;\r\n    box-sizing: border-box;\r\n    font-family: Arial, sans-serif;\r\n}\r\n\r\n\/* TABLE FULL WIDTH *\/\r\n.custom-table {\r\n    width: 100%;\r\n    border-collapse: collapse;\r\n}\r\n\r\n\/* HEADINGS *\/\r\n.custom-table th {\r\n    background: #e5e5e500;\r\n    text-align: left;\r\n    padding: 12px;\r\n}\r\n\r\n\/* CELLS *\/\r\n.custom-table td {\r\n    background: #e5e5e500;\r\n    padding: 12px;\r\n}\r\n\r\ntr {\r\n    background-color: #ffffff00 !important;\r\n}\r\n\r\n\r\n\/* REMOVE HARD BORDERS (clean look) *\/\r\n.custom-table th, .custom-table td {\r\n    color: #000;\r\n    font-weight: 700;\r\n    font-size: 18px;\r\n}\r\n.custom-table input, .custom-table select {\r\n    color: #000;\r\n    font-weight: 500;\r\n    font-size: 15px;\r\n}\r\n\r\n\/* BUTTON FULL WIDTH *\/\r\n.search-btn {\r\n    margin-top: 20px;\r\n    background: #000;\r\n    color: #fff;\r\n    padding: 16px;\r\n    border: none;\r\n    cursor: pointer;\r\n    width: 100%;\r\n    font-size: 16px;\r\n}\r\n\r\n.search-btn:hover {\r\n    background: #333;\r\n}\r\n<\/style>\r\n\r\n<form class=\"custom-form-wrapper\" method=\"GET\" action=\"\/shop\">\r\n\r\n<table class=\"custom-table\">\r\n<tr>\r\n    <th>Select your ride<\/th>\r\n    <th>Ride type<\/th>\r\n    <th>Make<\/th>\r\n    <th>Year<\/th>\r\n    <th>Model<\/th>\r\n<\/tr>\r\n\r\n<tr>\r\n    <td><input type=\"text\" placeholder=\"Search...\" name=\"ride\"><\/td>\r\n\r\n    <td>\r\n        <select id=\"ride_type\" name=\"ride_type\">\r\n            <option value=\"\">Select<\/option>\r\n            <option value=\"harley\">Harley<\/option>\r\n            <option value=\"atv\">ATV<\/option>\r\n        <\/select>\r\n    <\/td>\r\n\r\n    <td>\r\n        <select id=\"make\" name=\"make\"><\/select>\r\n    <\/td>\r\n\r\n    <td>\r\n        <select id=\"year\" name=\"year\"><\/select>\r\n    <\/td>\r\n\r\n    <td>\r\n        <select id=\"model\" name=\"model\"><\/select>\r\n    <\/td>\r\n<\/tr>\r\n<\/table>\r\n\r\n<button type=\"submit\" class=\"search-btn\">Search<\/button>\r\n\r\n<\/form>\r\n\r\n<script>\r\n\/\/ DATA\r\nconst data = {\r\n    harley: {\r\n        makes: [\"Harley-Davidson\"],\r\n        models: [\"Sportster\", \"Softail\", \"Touring\"]\r\n    },\r\n    atv: {\r\n        makes: [\"Honda\", \"Yamaha\", \"Suzuki\", \"Kawasaki\", \"Polaris\"],\r\n        models: [\"Raptor\", \"Grizzly\", \"KingQuad\"]\r\n    }\r\n};\r\n\r\nlet currentType = \"harley\";\r\n\r\n\/\/ YEAR\r\nconst yearDropdown = document.getElementById(\"year\");\r\nyearDropdown.innerHTML = '<option value=\"\">Select Year<\/option>';\r\nfor (let y = 2026; y >= 2000; y--) {\r\n    yearDropdown.innerHTML += `<option>${y}<\/option>`;\r\n}\r\n\r\n\/\/ LOAD MAKES\r\nfunction loadMakes(type) {\r\n    const make = document.getElementById(\"make\");\r\n    const model = document.getElementById(\"model\");\r\n\r\n    make.innerHTML = '<option value=\"\">Select Make<\/option>';\r\n    model.innerHTML = '<option value=\"\">Select Model<\/option>';\r\n\r\n    data[type].makes.forEach(m => {\r\n        make.innerHTML += `<option>${m}<\/option>`;\r\n    });\r\n}\r\n\r\n\/\/ LOAD MODELS\r\ndocument.getElementById(\"make\").addEventListener(\"change\", function() {\r\n    const model = document.getElementById(\"model\");\r\n\r\n    model.innerHTML = '<option value=\"\">Select Model<\/option>';\r\n\r\n    data[currentType].models.forEach(m => {\r\n        model.innerHTML += `<option>${m}<\/option>`;\r\n    });\r\n});\r\n\r\n\/\/ CHANGE TYPE\r\ndocument.getElementById(\"ride_type\").addEventListener(\"change\", function() {\r\n    currentType = this.value;\r\n    if (!data[currentType]) return;\r\n    loadMakes(currentType);\r\n});\r\n\r\n\/\/ INIT\r\nloadMakes(currentType);\r\n<\/script>\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-7a36ba1 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"7a36ba1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-7ba1fb9 e-con-full e-flex e-con e-child\" data-id=\"7ba1fb9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-db675e2 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"db675e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s1.png\" class=\"attachment-full size-full wp-image-29462\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">SNOWMOBILE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-38ce72a elementor-align-center elementor-widget elementor-widget-button\" data-id=\"38ce72a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb2fc9a e-con-full e-flex e-con e-child\" data-id=\"bb2fc9a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a25cfa3 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"a25cfa3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s2.png\" class=\"attachment-full size-full wp-image-29473\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">ATV<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d0d0895 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d0d0895\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4410327 e-con-full e-flex e-con e-child\" data-id=\"4410327\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e1a678c elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"e1a678c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s3.png\" class=\"attachment-full size-full wp-image-29472\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">DIRT BIKE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e775f54 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"e775f54\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c8d798d e-con-full e-flex e-con e-child\" data-id=\"c8d798d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-09584a4 elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"09584a4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s4.png\" class=\"attachment-full size-full wp-image-29471\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">SXS<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d7ee461 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"d7ee461\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8f88c90 e-con-full e-flex e-con e-child\" data-id=\"8f88c90\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-475b2bd elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"475b2bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s5.png\" class=\"attachment-full size-full wp-image-29470\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">STREET BIKE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b82b61 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"3b82b61\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cc655a0 e-con-full e-flex e-con e-child\" data-id=\"cc655a0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b6ab1f elementor-position-top elementor-widget elementor-widget-image-box\" data-id=\"4b6ab1f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><figure class=\"elementor-image-box-img\"><img loading=\"lazy\" decoding=\"async\" width=\"110\" height=\"80\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/s6.png\" class=\"attachment-full size-full wp-image-29469\" alt=\"\" \/><\/figure><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">MARINE<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba269c3 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"ba269c3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-caret-right\"><\/i>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">View Inventory <\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-c6ad1c8 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"c6ad1c8\" 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-689834d elementor-widget elementor-widget-image-carousel\" data-id=\"689834d\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;5&quot;,&quot;slides_to_scroll&quot;:&quot;1&quot;,&quot;navigation&quot;:&quot;none&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:20,&quot;sizes&quot;:[]},&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/grapevinepowersports-brand-slingshot.png\" alt=\"grapevinepowersports-brand-slingshot\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/2.jpg\" alt=\"2\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/3.jpg\" alt=\"3\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/4.jpg\" alt=\"4\" \/><\/figure><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/5.jpg\" alt=\"5\" \/><\/figure><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fcc39f2 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"fcc39f2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-4128560 e-con-full e-flex e-con e-child\" data-id=\"4128560\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d937cd1 elementor-widget elementor-widget-image-box\" data-id=\"d937cd1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Search Now<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4462792 e-con-full e-flex e-con e-child\" data-id=\"4462792\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a3f15ef elementor-widget elementor-widget-wd_search\" data-id=\"a3f15ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"wd_search.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"wd-el-search woodmart-ajax-search  wd-color-\">\n\t\t\t<div class=\"wd-search-form \">\n\n<form role=\"search\" method=\"get\" class=\"searchform  wd-with-cat wd-style-default wd-cat-style-bordered woodmart-ajax-search\" action=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/\"  data-thumbnail=\"1\" data-price=\"1\" data-post_type=\"product\" data-count=\"12\" data-sku=\"0\" data-symbols_count=\"3\" data-include_cat_search=\"no\" autocomplete=\"off\">\n\t<input type=\"text\" class=\"s\" placeholder=\"Search for products\" value=\"\" name=\"s\" aria-label=\"Search\" title=\"Search for products\" required\/>\n\t<input type=\"hidden\" name=\"post_type\" value=\"product\">\n\n\t<span tabindex=\"0\" aria-label=\"Clear search\" class=\"wd-clear-search wd-role-btn wd-hide\"><\/span>\n\n\t\t\t\t\t\t<div class=\"wd-search-cat wd-event-click wd-scroll\">\n\t\t\t\t<input type=\"hidden\" name=\"product_cat\" value=\"0\" disabled>\n\t\t\t\t<div tabindex=\"0\" class=\"wd-search-cat-btn wd-role-btn\" aria-label=\"Select category\" rel=\"nofollow\" data-val=\"0\">\n\t\t\t\t\t<span>Select category<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"wd-dropdown wd-dropdown-search-cat wd-dropdown-menu wd-scroll-content wd-design-default color-scheme-dark\">\n\t\t\t\t\t<ul class=\"wd-sub-menu\">\n\t\t\t\t\t\t<li style=\"display:none;\"><a href=\"#\" data-val=\"0\">Select category<\/a><\/li>\n\t\t\t\t\t\t\t<li class=\"cat-item cat-item-23\"><a class=\"pf-value\" href=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/product-category\/accessories\/\" data-val=\"accessories\" data-title=\"Accessories\" >Accessories<\/a>\n<\/li>\n\t\t\t\t\t<\/ul>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\t\n\t<button type=\"submit\" class=\"searchsubmit\">\n\t\t<span>\n\t\t\tSearch\t\t<\/span>\n\t\t\t<\/button>\n<\/form>\n\n\t<div class=\"wd-search-results-wrapper\">\n\t\t<div class=\"wd-search-results wd-dropdown-results wd-dropdown wd-scroll\">\n\t\t\t<div class=\"wd-scroll-content\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\n<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20b0452 e-con-full e-flex e-con e-child\" data-id=\"20b0452\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dad3645 elementor-widget elementor-widget-image-box\" data-id=\"dad3645\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Powerwed BY <br>Spankys Powersports<\/h3><\/div><\/div>\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-010efb0 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"010efb0\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-e489e20 e-con-full e-flex e-con e-child\" data-id=\"e489e20\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7907b2d elementor-widget elementor-widget-image-box\" data-id=\"7907b2d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Shop Now<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d7a365f e-con-full e-flex e-con e-child\" data-id=\"d7a365f\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5259542 elementor-widget elementor-widget-image-box\" data-id=\"5259542\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Free Shipping<\/h3><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-38cca90 e-con-full e-flex e-con e-child\" data-id=\"38cca90\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-96af741 elementor-widget elementor-widget-image-box\" data-id=\"96af741\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Free Catalog<\/h3><\/div><\/div>\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-d81fb44 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"d81fb44\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-b9388f1 e-con-full e-flex e-con e-child\" data-id=\"b9388f1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6abf15d elementor-widget elementor-widget-image-box\" data-id=\"6abf15d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image-box.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-image-box-wrapper\"><div class=\"elementor-image-box-content\"><h3 class=\"elementor-image-box-title\">Welcome to<\/h3><p class=\"elementor-image-box-description\">Spankys Powersports<\/p><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4349375 color-scheme-inherit text-left elementor-widget elementor-widget-text-editor\" data-id=\"4349375\" data-element_type=\"widget\" data-e-type=\"widget\" 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>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#8217;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c1a95d1 elementor-widget elementor-widget-button\" data-id=\"c1a95d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<div class=\"elementor-button-wrapper\">\n\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"> + Read More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74d6e72 e-con-full e-flex e-con e-child\" data-id=\"74d6e72\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f9f641 elementor-widget elementor-widget-image\" data-id=\"8f9f641\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"750\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4.jpg\" class=\"attachment-large size-large wp-image-29534\" alt=\"\" srcset=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4.jpg 750w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4-300x300.jpg 300w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4-150x150.jpg 150w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4-430x430.jpg 430w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-4-700x700.jpg 700w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\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<div class=\"elementor-element elementor-element-007c7f8 wd-section-stretch-content e-flex e-con-boxed e-con e-parent\" data-id=\"007c7f8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a600e3f e-con-full e-flex e-con e-child\" data-id=\"a600e3f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e7c86c5 elementor-widget elementor-widget-image\" data-id=\"e7c86c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1745\" height=\"933\" src=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1.jpg\" class=\"attachment-full size-full wp-image-29565\" alt=\"\" srcset=\"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1.jpg 1745w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-400x214.jpg 400w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-1300x695.jpg 1300w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-768x411.jpg 768w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-1536x821.jpg 1536w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-430x230.jpg 430w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-700x374.jpg 700w, https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-content\/uploads\/2026\/03\/Untitled-1-150x80.jpg 150w\" sizes=\"auto, (max-width: 1745px) 100vw, 1745px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-805cb56 elementor-align-center elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"805cb56\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<i aria-hidden=\"true\" class=\"fas fa-map-marker-alt\"><\/i>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\"> View The Spankys Powersports of Dealerships<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\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>Select your ride Ride type Make Year Model SelectHarleyATV Search SNOWMOBILE View Inventory ATV View Inventory DIRT BIKE View Inventory<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-4231","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/pages\/4231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/comments?post=4231"}],"version-history":[{"count":259,"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/pages\/4231\/revisions"}],"predecessor-version":[{"id":29574,"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/pages\/4231\/revisions\/29574"}],"wp:attachment":[{"href":"https:\/\/testv95.demowebsitelinks.com\/Spankys-PowersportsV2\/wp-json\/wp\/v2\/media?parent=4231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}