{"id":64178,"date":"2025-11-12T14:29:06","date_gmt":"2025-11-12T08:59:06","guid":{"rendered":"https:\/\/caronphone.com\/news\/?p=64178"},"modified":"2025-11-12T18:38:29","modified_gmt":"2025-11-12T13:08:29","slug":"maserati-grecale-folgore-launched-in-india-at-rs-1-89-crore","status":"publish","type":"post","link":"https:\/\/caronphone.com\/news\/maserati-grecale-folgore-launched-in-india-at-rs-1-89-crore\/","title":{"rendered":"Maserati Grecale Folgore Launched In India At Rs 1.89 Crore"},"content":{"rendered":"<div class=\"clean-word-content\"><p><img fetchpriority=\"high\" decoding=\"async\" class=\"aligncenter size-full wp-image-64186\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER.webp\" alt=\"Maserati Grecale Folgore Launched In India At Rs 1.89 Crore Cover\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-COVER-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p>Maserati Grecale Folgore has officially entered the Indian luxury EV market as the brand\u2019s first all electric SUV. Priced at Rs 1.89 crore (ex showroom) this electric version joins the existing Grecale lineup already available in the country<\/p> <p><span data-contrast=\"auto\">The launch marks an important step for <a href=\"https:\/\/caronphone.com\/maserati-cars\/\" target=\"_blank\" rel=\"noopener noreferrer\">Maserati <\/a>as it expands its electric portfolio globally and introduces sustainable performance to Indian buyers<\/span><span data-ccp-props=\"{}\"> <\/span><\/p>    <div id=\"ad-1779386775-YY8cvJ-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 970px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779386775-YY8cvJ\"\r\n             style=\"display:inline-block; width:970px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"1745023287\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779386775-YY8cvJ-container');\r\n            const ad = document.getElementById('ad-1779386775-YY8cvJ');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [970, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Overview<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-64179\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price.webp\" alt=\"Maserati Grecale price\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-price-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p>The Maserati Grecale Folgore carries the same bold Italian design DNA as its internal combustion engine siblings but swaps out the petrol motor for an all electric powertrain<\/p> <p><span data-contrast=\"auto\">It combines high end craftsmanship luxury materials and advanced EV technology in one powerful SUV<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <p>This new model follows the standard Grecale lineup that includes three variants Standard Modena and Trofeo priced at Rs 1.31 crore Rs 1.40 crore and Rs 1.96 crore respectively.<\/p> <p>Interestingly the Grecale Folgore is priced about Rs 10 lakh less than the range topping Trofeo trim offering buyers a slightly more affordable entry into the Maserati range while delivering cutting edge electric performance<\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Design And Styling<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><img decoding=\"async\" class=\"aligncenter size-full wp-image-64181\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view.webp\" alt=\"Maserati Grecale side view\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-side-view-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p>Visually the Maserati Grecale Folgore retains the same sporty and elegant stance as the ICE models featuring sleek body lines an aggressive front profile and distinctive styling cues. However it carries a few unique touches to set it apart from the petrol powered versions<\/p> <h3><b><span data-contrast=\"auto\">Exterior Highlights<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <ul> <li aria-setsize=\"-1\" data-leveltext=\"\uf0d8\" data-font=\"Wingdings\" data-listid=\"7\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:360,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Wingdings&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0d8&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\"><span data-contrast=\"auto\">The front grille is largely closed off for better aerodynamics since electric motors don\u2019t require the same airflow as combustion engines<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <li><span data-contrast=\"auto\">Subtle copper accents and \u201cFolgore\u201d badging on the sides highlight its electric identity<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <li aria-setsize=\"-1\" data-leveltext=\"\uf0d8\" data-font=\"Wingdings\" data-listid=\"7\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:360,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Wingdings&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0d8&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"3\" data-aria-level=\"1\"><span data-contrast=\"auto\">LED matrix headlamps 21 inch alloy wheels and sculpted rear tail lamps complete its luxurious yet athletic design<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">Overall the SUV looks familiar yet futuristic maintaining Maserati\u2019s signature design character while reflecting its electric transition<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Interior And Features<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-64185\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view.webp\" alt=\"Maserati Grecale confornt font view\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-confornt-font-view-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p>Inside the cabin the Maserati Grecale Folgore continues to deliver premium comfort and advanced technology. Maserati has focused on sustainability and sophistication using eco friendly materials without compromising on quality<\/p> <h3><b><span data-contrast=\"auto\">Key Cabin Features<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-64187\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior.webp\" alt=\"Maserati Grecale interior\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-interior-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <ul> <li>The seats and trims are finished with sustainable materials such as recycled nylon and natural fibers<\/li> <li>A dual screen setup dominates the dashboard a 12.3 inch main touchscreen for infotainment and another 8.8 inch display for climate controls<\/li> <li>The digital instrument cluster displays detailed vehicle data including power usage and range status<\/li> <li>The SUV also offers a premium sound system, ambient lighting panoramic sunroof and wireless smartphone connectivity as part of its feature list<span data-ccp-props=\"{}\"> <\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">Passengers benefit from a spacious cabin with ample legroom and high grade finishing that reflects Maserati\u2019s commitment to luxury craftsmanship<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Powertrain And Performance <\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p>The Maserati Grecale Folgore uses a dual motor electric setup that delivers instant power to all four wheels ensuring strong acceleration and stable handling<\/p> <h3><b><span data-contrast=\"auto\">Performance Highlights<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <ul> <li>Total power output- approximately 550 horsepower and 820Nm of torque<\/li> <li>Acceleration- 0\u2013 100 km\/h in around 4.1 seconds<\/li> <li>Top speed- up to 220km\/h<span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The Grecale Folgore uses advanced torque vectoring and adaptive suspension for sharp handling providing both comfort and agility<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Battery, Range And Charging<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p>At the core of the Maserati Grecale Folgore specifications is a large 105 kWh lithium ion battery pack that supports long distance driving. Maserati claims a range of around 500km (WLTP) on a single charge<\/p> <h3><b><span data-contrast=\"auto\">Charging Details<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <ul> <li aria-setsize=\"-1\" data-leveltext=\"\uf0d8\" data-font=\"Wingdings\" data-listid=\"10\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:360,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Wingdings&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0d8&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Fast charging (DC 150 kW)-<\/span><\/b><span data-contrast=\"auto\"> 20\u2013 80 % charge in about <\/span><b><span data-contrast=\"auto\">30 minutes<\/span><\/b><span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <li><b><span data-contrast=\"auto\">Home charging (AC 11 kW)-<\/span><\/b><span data-contrast=\"auto\"> Full charge in roughly <\/span><b><span data-contrast=\"auto\">9 hours<\/span><\/b><span data-ccp-props=\"{&quot;469777462&quot;:[360],&quot;469777927&quot;:[0],&quot;469777928&quot;:[0]}\"> <\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">The SUV also features regenerative braking to recover energy during deceleration improving efficiency and extending driving range<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale Folgore Braking, Suspension And Dimensions <\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-64183\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel.webp\" alt=\"Maserati Grecale wheel\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/Maserati-Grecale-wheel-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p> <p>The Grecale Folgore uses disc brakes on both front and rear axles ensuring strong stopping power. It features adaptive air suspension that automatically adjusts ride height for comfort or sporty performance<\/p> <h3><b><span data-contrast=\"auto\">Dimensions<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <ul> <li><b><span data-contrast=\"auto\">Length-<\/span><\/b><span data-contrast=\"auto\"> 4,846mm<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[720],&quot;469777927&quot;:[0],&quot;469777928&quot;:[8]}\"> <\/span><\/li> <li><b><span data-contrast=\"auto\">Width-<\/span><\/b><span data-contrast=\"auto\"> 2,163 mm (with mirrors)<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[720],&quot;469777927&quot;:[0],&quot;469777928&quot;:[8]}\"> <\/span><\/li> <li><b><span data-contrast=\"auto\">Height-<\/span><\/b><span data-contrast=\"auto\"> 1,670 mm<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[720],&quot;469777927&quot;:[0],&quot;469777928&quot;:[8]}\"> <\/span><\/li> <li><b><span data-contrast=\"auto\">Wheelbase-<\/span><\/b><span data-contrast=\"auto\"> 2,901 mm<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[720],&quot;469777927&quot;:[0],&quot;469777928&quot;:[8]}\"> <\/span><\/li> <\/ul> <p><span data-contrast=\"auto\">These proportions make it a midsize luxury SUV with excellent interior space and a solid road presence.<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h2><b><span data-contrast=\"auto\">Maserati Grecale ICE Models Comparison<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><span data-contrast=\"auto\">The new electric SUV sits alongside the existing Grecale lineup giving buyers both combustion and electric choices within the same design family<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <h3><b><span data-contrast=\"auto\">ICE Variant Prices<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h3> <ul> <li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"6\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:360,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"1\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Standard-<\/span><\/b><span data-contrast=\"auto\"> Rs 1.31 crore<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360,720],&quot;469777927&quot;:[0,0],&quot;469777928&quot;:[0,8]}\"> <\/span><\/li> <li><b><span data-contrast=\"auto\">Modena-<\/span><\/b><span data-contrast=\"auto\"> Rs 1.40 crore<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360,720],&quot;469777927&quot;:[0,0],&quot;469777928&quot;:[0,8]}\"> <\/span><\/li> <li aria-setsize=\"-1\" data-leveltext=\"\uf0b7\" data-font=\"Symbol\" data-listid=\"6\" data-list-defn-props=\"{&quot;335552541&quot;:1,&quot;335559685&quot;:360,&quot;335559991&quot;:360,&quot;469769226&quot;:&quot;Symbol&quot;,&quot;469769242&quot;:[8226],&quot;469777803&quot;:&quot;left&quot;,&quot;469777804&quot;:&quot;\uf0b7&quot;,&quot;469777815&quot;:&quot;multilevel&quot;}\" data-aria-posinset=\"3\" data-aria-level=\"1\"><b><span data-contrast=\"auto\">Trofeo-<\/span><\/b><span data-contrast=\"auto\"> Rs 1.96 crore<\/span><span data-ccp-props=\"{&quot;469777462&quot;:[360,720],&quot;469777927&quot;:[0,0],&quot;469777928&quot;:[0,8]}\"> <\/span><\/li> <\/ul> <p>With the Maserati Grecale Folgore price in India at Rs 1.89 crore it stands between the Modena and Trofeo trims offering a blend of performance and exclusivity at a slightly lower cost than the top petrol version<\/p> <h2><b><span data-contrast=\"auto\">Market Availability<\/span><\/b><span data-ccp-props=\"{}\"> <\/span><\/h2> <p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-64184\" src=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale.webp\" alt=\"rear view Maserati Grecale\" width=\"1080\" height=\"540\" title=\"\" srcset=\"https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale.webp 1080w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale-300x150.webp 300w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale-1024x512.webp 1024w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale-768x384.webp 768w, https:\/\/caronphone.com\/news\/wp-content\/uploads\/rear-view-Maserati-Grecale-150x75.webp 150w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/><\/p>    <div id=\"ad-1779386775-TJCRTJ-container\"\r\n         class=\"comman-ads-container\"\r\n         style=\"position: relative; width: 100%; max-width: 728px; min-height: 50px; margin: 10px auto; display: flex; justify-content: center; align-items: center; overflow: hidden;\">\r\n\r\n        <!-- Loader -->\r\n        <div class=\"comman-ads-loader\" style=\"position: absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; z-index:2;flex-direction: column;\">\r\n            <div style=\"width:32px; height:32px; border:3px solid #e5e7eb; border-top:3px solid #9ca3af; border-radius:50%; animation: spin 1s linear infinite;\"><\/div>\r\n            <span style=\"background-color: white;border: 1px solid #d1d5db;border-radius: 4px;padding: 2px 8px;font-size: 9px;color: #6b7280;font-weight: 600;letter-spacing: 1px;text-transform: uppercase;\">AD<\/span>\r\n        <\/div>\r\n\r\n        <!-- AdSense Ad -->\r\n        <ins class=\"adsbygoogle\"\r\n             id=\"ad-1779386775-TJCRTJ\"\r\n             style=\"display:inline-block; width:728px; height:90px; background: transparent;\"\r\n             data-ad-client=\"ca-pub-8418398772512966\"\r\n             data-ad-slot=\"8897589148\"><\/ins>\r\n    <\/div>\r\n\r\n    <script>\r\n        (function(){\r\n            const container = document.getElementById('ad-1779386775-TJCRTJ-container');\r\n            const ad = document.getElementById('ad-1779386775-TJCRTJ');\r\n            const loader = container.querySelector('.comman-ads-loader');\r\n            const sizeWeb = [728, 90];\r\n            const sizeMobile = [320, 50];\r\n            const breakpoint = 768;\r\n\r\n            \/\/ Load AdSense script if not already loaded\r\n            if (!document.querySelector('script[src*=\"adsbygoogle\"]')) {\r\n                const script = document.createElement('script');\r\n                script.async = true;\r\n                script.src = 'https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js';\r\n                script.crossOrigin = 'anonymous';\r\n                script.setAttribute('data-ad-client', 'ca-pub-8418398772512966');\r\n                document.head.appendChild(script);\r\n            }\r\n\r\n            \/\/ Function to switch sizes based on viewport\r\n            function updateAdSize() {\r\n                const isMobile = window.innerWidth <= breakpoint;\r\n                const currentSize = isMobile ? sizeMobile : sizeWeb;\r\n                ad.style.width = currentSize[0] + 'px';\r\n                ad.style.height = currentSize[1] + 'px';\r\n                container.style.maxWidth = currentSize[0] + 'px';\r\n                container.style.height = currentSize[1] + 'px';\r\n            }\r\n\r\n            updateAdSize();\r\n            window.addEventListener('resize', updateAdSize);\r\n\r\n             \/\/ Push Ad with safety check\r\n            function pushAd() {\r\n                try {\r\n                    const uninitializedAds = document.querySelectorAll('.adsbygoogle:not([data-adsbygoogle-status])');\r\n                    if (uninitializedAds.length > 0) {\r\n                        (adsbygoogle = window.adsbygoogle || []).push({});\r\n                    }\r\n                } catch(e) {\r\n                    console.warn('AdSense push failed', e);\r\n                    container.style.display = 'none'; \/\/ hide on error\r\n                }\r\n            }\r\n\r\n            pushAd();\r\n\r\n            \/\/ Check if ad loaded successfully\r\n            let checks = 0;\r\n            const interval = setInterval(() => {\r\n                const iframe = ad.querySelector('iframe');\r\n                if ((iframe && iframe.offsetHeight > 0) || ad.innerHTML.trim().length > 200) {\r\n                    loader.style.display = 'none'; \/\/ hide loader\r\n                    clearInterval(interval);\r\n                }\r\n                checks++;\r\n                if (checks > 16) { \/\/ after 8s hide\r\n                    loader.style.display = 'none';\r\n                    clearInterval(interval);\r\n                }\r\n            }, 1000);\r\n\r\n        })();\r\n    <\/script>\r\n\r\n    <style>\r\n        @keyframes spin { 100% { transform: rotate(360deg); } }\r\n    <\/style>\r\n     <p>Maserati India has confirmed that the Grecale Folgore will be available across its premium showrooms in major cities like Delhi, Mumbai and Bengaluru. Customers can expect deliveries to begin soon with test drives available at authorized dealerships<\/p> <p>This electric SUV strengthens Maserati\u2019s position in India\u2019s growing luxury EV market competing with models such as the <a href=\"https:\/\/caronphone.com\/bmw-cars\/ix\" target=\"_blank\" rel=\"noopener noreferrer\">BMW iX<\/a> <a href=\"https:\/\/caronphone.com\/audi-cars\/q8\" target=\"_blank\" rel=\"noopener noreferrer\">Audi Q8<\/a> <a href=\"https:\/\/caronphone.com\/audi-cars\/e-tron\" target=\"_blank\" rel=\"noopener noreferrer\">e tron<\/a> and <a href=\"https:\/\/caronphone.com\/mercedes-benz-cars\/maybach-eqs-suv\" target=\"_blank\" rel=\"noopener noreferrer\">Mercedes Benz EQE SUV<\/a><\/p> <p>The launch of the Maserati Grecale Folgore marks a new chapter for the Italian brand in India. It offers everything a buyer expects from Maserati luxury performance and exclusivity now paired with a zero emission electric drivetrain<\/p> <p><span data-contrast=\"auto\">By pricing it competitively against its own Trofeo variant and other European rivals Maserati aims to attract luxury SUV buyers looking to transition toward electric mobility without giving up style or speed<\/span><span data-ccp-props=\"{}\"> <\/span><\/p> <p><span data-contrast=\"auto\">With its distinctive design, strong performance figures and sustainable materials the Grecale Folgore stands out as one of the most desirable luxury EVs currently available in India<\/span><span data-ccp-props=\"{}\"> <\/span><\/p><\/div>","protected":false},"excerpt":{"rendered":"<p>Maserati Grecale Folgore has officially entered the Indian luxury EV market as the brand\u2019s first all electric SUV. Priced at [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":64182,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-gradient":""}},"footnotes":""},"categories":[11],"tags":[499,1591,517,561],"class_list":["post-64178","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-all","tag-electric-cars","tag-grecale-folgore","tag-maserati","tag-suv-cars"],"acf":[],"_links":{"self":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/64178","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/comments?post=64178"}],"version-history":[{"count":2,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/64178\/revisions"}],"predecessor-version":[{"id":64190,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/posts\/64178\/revisions\/64190"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media\/64182"}],"wp:attachment":[{"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/media?parent=64178"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/categories?post=64178"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/caronphone.com\/news\/wp-json\/wp\/v2\/tags?post=64178"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}