File size: 91,112 Bytes
d4159b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610



<!DOCTYPE html>
<html>
<head>

    <!-- OneTrust Cookies Consent Notice start for www.gravely.com 20230908-->

<script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"  type="text/javascript" charset="UTF-8" data-domain-script="57a677d3-4353-49b6-aa00-37722441dfdd" ></script>
<script type="text/javascript">
function OptanonWrapper() { }
</script>
<!-- OneTrust Cookies Consent Notice end for www.gravely.com -->

    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
    <meta charset="utf-8" />

    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="google-site-verification" content="H76Xvlm_Qla3AKfm7emHBJYqvcy3qMWvyHZx8uQozRY">
    <meta name="msvalidate.01" content="53BE12A426EB7BF3DB2DE93836BEB6A4">
    <meta name="A10-HC" content="b5d7db4c-2d21-4ebf-bbfc-9fee11498b7a" />

    <title>Pro-Turn Z Zero Turn Lawn Mower | Gravely</title>
    <meta name="description" content="Packing commercial grade features into every inch of this durable workhorse, the Pro-Turn Z ships standard with ROPS, seat isolators, and a full commercial warranty." />
    <meta name="keywords" content="commercial mower, commercial lawn mower, commercial zero turn, zero turn mower" />

    <meta name="Author" content="AriensCo." />
    <meta http-equiv="Expires" content="0">

    <link href="https://www.gravely.com/en-us/power-equipment/zero-turn-mowers/pro-turn-z" rel="canonical"> 



                    <link rel="alternate" href="https://www.gravely.com/en-us/power-equipment/zero-turn-mowers/pro-turn-z" hreflang="en-us" />
                        <link rel="alternate" href="https://www.gravely.com/en-us/power-equipment/zero-turn-mowers/pro-turn-z" hreflang="x-default" />


    <meta property='og:url' />
    <meta property='og:type' content='website' />
    <meta property='og:site_name' content='AriensCo' />
    <meta property='og:title' content='Pro-Turn Z Zero Turn Lawn Mower | Gravely' />
    <meta property='og:description' content='Packing commercial grade features into every inch of this durable workhorse, the Pro-Turn Z ships standard with ROPS, seat isolators, and a full commercial warranty.' />


    <meta property='og:image' content='/getattachment/d09ad314-3903-4f80-8dfc-1c9695889454/991283_pt-z_52_fr34.png' />

    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:site" content="@ariensco" />
    <meta name="twitter:title" content="Pro-Turn Z Zero Turn Lawn Mower | Gravely" />
    <meta name="twitter:description" content="Packing commercial grade features into every inch of this durable workhorse, the Pro-Turn Z ships standard with ROPS, seat isolators, and a full commercial warranty." />
    <meta name="twitter:image" />

    <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/Images/icons/apple-touch-icon-57x57.png" />
    <link rel="apple-touch-icon-precomposed" sizes="60x60" href="/Images/icons/apple-touch-icon-60x60.png" />
    <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/Images/icons/apple-touch-icon-72x72.png" />
    <link rel="apple-touch-icon-precomposed" sizes="76x76" href="/Images/icons/apple-touch-icon-76x76.png" />
    <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/Images/icons/apple-touch-icon-114x114.png" />
    <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/Images/icons/apple-touch-icon-144x144.png" />
    <link rel="apple-touch-icon-precomposed" sizes="120x120" href="/Images/icons/apple-touch-icon-120x120.png" />
    <link rel="apple-touch-icon-precomposed" sizes="152x152" href="/Images/icons/apple-touch-icon-152x152.png" />

    <link rel="icon" type="image/png" href="/Images/icons/favicon-16x16.png" sizes="16x16" />
    <link rel="icon" type="image/png" href="/Images/icons/favicon-32x32.png" sizes="32x32" />
    <!--<link rel="manifest" href="/Images/icons/manifest.json?v=RyMN5PGnXz" />-->
    <link rel="mask-icon" href="/Images/icons/safari-pinned-tab.svg?v=RyMN5PGnXz" color="#5bbad5">
    <link rel="shortcut icon" href="/favicon.ico" />

    <meta name="msapplication-TileColor" content="#00aba9">
    <meta name="msapplication-TileImage" content="/Images/icons/mstile-144x144.png?v=RyMN5PGnXz">
    <meta name="msapplication-config" content="/Images/icons/browserconfig.xml?v=RyMN5PGnXz">
    <meta name="theme-color" content="#ffffff">

    <meta name="msapplication-square70x70logo" content="/Images/icons/mstile-70x70.png" />
    <meta name="msapplication-square150x150logo" content="/Images/icons/mstile-150x150.png" />
    <meta name="msapplication-wide310x150logo" content="/Images/icons/mstile-310x150.png" />
    <meta name="msapplication-square310x310logo" content="/Images/icons/mstile-310x310.png" />

    <!--<link rel="mask-icon" href="https://www.ariensco.com/images/icons/safari-pinned-tab.svg?v=RyMN5PGnXz" color="#5bbad5" />-->
    <meta name="msapplication-TileImage" content="/Images/icons/mstile-144x144.png?v=RyMN5PGnXz" />
    <meta name="msapplication-config" content="/Images/icons/browserconfig.xml?v=RyMN5PGnXz" />
    <meta name="theme-color" content="#ffffff" />

    

    <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.min.css" />
    <link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick-theme.min.css" />
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
    <link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
    <link href="/Content/client-ui/index.css" rel="stylesheet" type="text/css" />

    <link href="/bundles/brand/css?v=nEaBUXwDPtCjTwToZbufcymTDq4kRMZjYzc1wOMU2g01" rel="stylesheet"/>

    <script src="/bundles/modernizr?v=wBEWDufH_8Md-Pbioxomt90vm6tJN2Pyy9u9zHtWsPo1" defer></script>


    <script defer src="//code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jqueryui-touch-punch/0.2.3/jquery.ui.touch-punch.min.js" defer></script>

    

    <script src="/bundles/scripts?v=lY-9dlEy_MkAs02RxvLiqzn8Wzyq1HBsmSXh0h2iB8k1" defer></script>

    

    <!--<script type="text/javascript">
    (function(c,l,a,r,i,t,y){
        c[a]=c[a]||function(){(c[a].q=c[a].q||[]).push(arguments)};
        t=l.createElement(r);t.async=1;t.src="https://www.clarity.ms/tag/"+i;
        y=l.getElementsByTagName(r)[0];y.parentNode.insertBefore(t,y);
    })(window, document, "clarity", "script", "5j6ckueea4");
</script>-->

     
    <script type="text/javascript">
!function(T,l,y){var S=T.location,k="script",D="connectionString",C="ingestionendpoint",I="disableExceptionTracking",E="ai.device.",b="toLowerCase",w="crossOrigin",N="POST",e="appInsightsSDK",t=y.name||"appInsights";(y.name||T[e])&&(T[e]=t);var n=T[t]||function(d){var g=!1,f=!1,m={initialize:!0,queue:[],sv:"5",version:2,config:d};function v(e,t){var n={},a="Browser";return n[E+"id"]=a[b](),n[E+"type"]=a,n["ai.operation.name"]=S&&S.pathname||"_unknown_",n["ai.internal.sdkVersion"]="javascript:snippet_"+(m.sv||m.version),{time:function(){var e=new Date;function t(e){var t=""+e;return 1===t.length&&(t="0"+t),t}return e.getUTCFullYear()+"-"+t(1+e.getUTCMonth())+"-"+t(e.getUTCDate())+"T"+t(e.getUTCHours())+":"+t(e.getUTCMinutes())+":"+t(e.getUTCSeconds())+"."+((e.getUTCMilliseconds()/1e3).toFixed(3)+"").slice(2,5)+"Z"}(),name:"Microsoft.ApplicationInsights."+e.replace(/-/g,"")+"."+t,sampleRate:100,tags:n,data:{baseData:{ver:2}}}}var h=d.url||y.src;if(h){function a(e){var t,n,a,i,r,o,s,c,u,p,l;g=!0,m.queue=[],f||(f=!0,t=h,s=function(){var e={},t=d.connectionString;if(t)for(var n=t.split(";"),a=0;a<n.length;a++){var i=n[a].split("=");2===i.length&&(e[i[0][b]()]=i[1])}if(!e[C]){var r=e.endpointsuffix,o=r?e.location:null;e[C]="https://"+(o?o+".":"")+"dc."+(r||"services.visualstudio.com")}return e}(),c=s[D]||d[D]||"",u=s[C],p=u?u+"/v2/track":d.endpointUrl,(l=[]).push((n="SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details)",a=t,i=p,(o=(r=v(c,"Exception")).data).baseType="ExceptionData",o.baseData.exceptions=[{typeName:"SDKLoadFailed",message:n.replace(/\./g,"-"),hasFullStack:!1,stack:n+"\nSnippet failed to load ["+a+"] -- Telemetry is disabled\nHelp Link: https://go.microsoft.com/fwlink/?linkid=2128109\nHost: "+(S&&S.pathname||"_unknown_")+"\nEndpoint: "+i,parsedStack:[]}],r)),l.push(function(e,t,n,a){var i=v(c,"Message"),r=i.data;r.baseType="MessageData";var o=r.baseData;return o.message='AI (Internal): 99 message:"'+("SDK LOAD Failure: Failed to load Application Insights SDK script (See stack for details) ("+n+")").replace(/\"/g,"")+'"',o.properties={endpoint:a},i}(0,0,t,p)),function(e,t){if(JSON){var n=T.fetch;if(n&&!y.useXhr)n(t,{method:N,body:JSON.stringify(e),mode:"cors"});else if(XMLHttpRequest){var a=new XMLHttpRequest;a.open(N,t),a.setRequestHeader("Content-type","application/json"),a.send(JSON.stringify(e))}}}(l,p))}function i(e,t){f||setTimeout(function(){!t&&m.core||a()},500)}var e=function(){var n=l.createElement(k);n.src=h;var e=y[w];return!e&&""!==e||"undefined"==n[w]||(n[w]=e),n.onload=i,n.onerror=a,n.onreadystatechange=function(e,t){"loaded"!==n.readyState&&"complete"!==n.readyState||i(0,t)},n}();y.ld<0?l.getElementsByTagName("head")[0].appendChild(e):setTimeout(function(){l.getElementsByTagName(k)[0].parentNode.appendChild(e)},y.ld||0)}try{m.cookie=l.cookie}catch(p){}function t(e){for(;e.length;)!function(t){m[t]=function(){var e=arguments;g||m.queue.push(function(){m[t].apply(m,e)})}}(e.pop())}var n="track",r="TrackPage",o="TrackEvent";t([n+"Event",n+"PageView",n+"Exception",n+"Trace",n+"DependencyData",n+"Metric",n+"PageViewPerformance","start"+r,"stop"+r,"start"+o,"stop"+o,"addTelemetryInitializer","setAuthenticatedUserContext","clearAuthenticatedUserContext","flush"]),m.SeverityLevel={Verbose:0,Information:1,Warning:2,Error:3,Critical:4};var s=(d.extensionConfig||{}).ApplicationInsightsAnalytics||{};if(!0!==d[I]&&!0!==s[I]){var c="onerror";t(["_"+c]);var u=T[c];T[c]=function(e,t,n,a,i){var r=u&&u(e,t,n,a,i);return!0!==r&&m["_"+c]({message:e,url:t,lineNumber:n,columnNumber:a,error:i}),r},d.autoExceptionInstrumented=!0}return m}(y.cfg);function a(){y.onInit&&y.onInit(n)}(T[t]=n).queue&&0===n.queue.length?(n.queue.push(a),n.trackPageView({})):a()}(window,document,{
    src: "https://js.monitor.azure.com/scripts/b/ai.2.min.js", // The SDK URL Source
    // name: "appInsights", // Global SDK Instance name defaults to "appInsights" when not supplied
    // ld: 0, // Defines the load delay (in ms) before attempting to load the sdk. -1 = block page load and add to head. (default) = 0ms load after timeout,
    // useXhr: 1, // Use XHR instead of fetch to report failures (if available),
    crossOrigin: "anonymous", // When supplied this will add the provided value as the cross origin attribute on the script tag
    // onInit: null, // Once the application insights instance has loaded and initialized this callback function will be called with 1 argument -- the sdk instance (DO NOT ADD anything to the sdk.queue -- As they won't get called)
    cfg: { // Application Insights Configuration
    connectionString: "InstrumentationKey=0733876f-be8e-4d54-8364-2b8b9d2dac74;IngestionEndpoint=https://northcentralus-0.in.applicationinsights.azure.com/;LiveEndpoint=https://northcentralus.livediagnostics.monitor.azure.com/"
    /* ...Other Configuration Options... */
}});
</script>

</head>
<body>
    


<div id="react_0HN1BSGCJMNIC"></div>
    <div id="container" class="group">
        <header id="header" class="page-header" role="banner">
            <div class="preheader">
                    <div class="pencil-ad">
        <div class="main-content">
                <p>
                    <span class="main-text">Save Up To $1,500 On Your Next Zero-Turn + Attachment &amp; Accessory Discounts:</span>
                        <a class="main-link" href="https://www.gravely.com/en-us/support/promotions/23/open-house-sales-event">DETAILS HERE</a>
                </p>
        </div>
        <div class="close-box">
            <label for="pencil-ad-keep-open">
                <span class="close"></span>
            </label>
            <input id="pencil-ad-keep-open" type="checkbox" checked />
        </div>

    </div>

                
            </div>
            

<div class="navbar navbar-default">
    <div class="navbar-utility">
        <div class="navbar-container">
            <ul>
                <li><a href="/en-us/about">About</a></li>
                <li><a href="/en-us/product-support">Support</a></li>
                    <li><a href="https://gravelybrandstore.com/" target="_blank">Apparel</a></li>

                    <li><a href="/en-us/login">Sign in</a></li>
            </ul>
        </div>
    </div>
    <div class="navbar-container">
        <div class="navbar-mobile">
            <a class="navbar-brand" href="/en-us">
                <img class="navbar-brand-svg" src="/Images/logo/gravely.svg" />
            </a>
            <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mobile-nav-collapse" aria-expanded="false">
                <span class="sr-only">Toggle navigation</span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="icon-bar"></span>
                <span class="navbar-toggle-label">Menu</span>
            </button>
            <div id="mobile-nav-collapse" class="mobile-menu collapse" style="height: 0px;">
                <div class="mobile-menu-container">
                    <div class="mobile-menu-items">
                                <span data-toggle="collapse" data-target="#Lawn">Lawn</span>
                                <div id="Lawn" class="mobile-children collapse">
                                        <a class="menu-button" href="/en-US/help-me-choose">Help Me Choose</a>
                                    <div>
                                        <span class="sub-heading">Explore by Category</span>
                                            <a href=/en-US/faceted-search/commercial>Commercial</a>
                                            <a href=/en-US/faceted-search/residential>Residential</a>
                                            <a href=/en-US/power-equipment/electric>Electric</a>
                                            <a href=/en-US/power-equipment/brush-mower>Brush Mower</a>
                                    </div>
                                    <div>
                                        <span class="sub-heading">Shop by series</span>
                                            <a href="/en-us/power-equipment/electric/pro-stance-ev">PRO-STANCE&#174; EV</a>
                                            <a href="/en-US/power-equipment/electric/pro-turn-ev">PRO-TURN&#174; EV</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/pro-turn-600">PRO-TURN&#174; 600</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-500">PRO-TURN&#174; 500</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/pro-turn-mach-one">PRO-TURN&#174; MACH ONE</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-300">PRO-TURN&#174; 300</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-100">PRO-TURN&#174; 100</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/pro-turn-zx">PRO-TURN&#174; ZX</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/pro-turn-z">PRO-TURN&#174; Z</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/compact-pro">COMPACT-PRO&#174;</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/zt-hd">ZT HD</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/zt">ZT</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/zt-xl">ZT XL</a>
                                            <a href="/en-US/power-equipment/zero-turn-mowers/zt-x">ZT X</a>
                                            <a href="/en-US/power-equipment/stand-on-mowers/pro-stance">PRO-STANCE&#174;</a>
                                            <a href="/en-us/power-equipment/stand-on-mowers/z-stance">Z-Stance</a>
                                            <a href="/en-US/power-equipment/walk-behind-mowers/pro-walk-hydro">PRO-WALK&#174;</a>
                                            <a href="/en-us/power-equipment/brush-mower/ovis">Ovis 40 RC</a>
                                    </div>
                                </div>
                                <span data-toggle="collapse" data-target="#Jobsite">Jobsite</span>
                                <div id="Jobsite" class="mobile-children collapse">
                                    <div>
                                        <span class="sub-heading">Explore by Category</span>
                                            <a href=/en-US/power-equipment/vehicle>Vehicle</a>
                                            <a href=/en-US/power-equipment/utility-loader>Utility Loader</a>
                                    </div>
                                    <div>
                                        <span class="sub-heading">Shop by series</span>
                                            <a href="/en-US/power-equipment/vehicle/atlas-jsv-3000">ATLAS JSV&#174; 3400</a>
                                            <a href="/en-US/power-equipment/vehicle/atlas-jsv-6000">ATLAS JSV&#174; 6400</a>
                                            <a href="/en-US/power-equipment/utility-loader/utility-loader-compact-utility-loader-100">AXIS&#174; 100</a>
                                            <a href="/en-US/power-equipment/utility-loader/utility-loader-compact-utility-loader-200">AXIS&#174; 200</a>
                                    </div>
                                </div>
                                <span><a href="/en-us/parts" title="Parts">Parts</a></span>
                                <span><a href="/en-us/dealer-locator" title="Find a Dealer">Find a Dealer</a></span>
                    </div>
                    <div class='nav-secondary'>
                                <div class="lang-icon">
                                    <i class="fa fa-globe fa-2x langBtn" aria-hidden="true" alt="Select a Region"></i>
                                </div>



<div id="react_0HN1BSGCJMNID"><div class="cart-desktop-navigation-item"><a class="cart-link" href="/en-us/cart" aria-label="View 0 items in your shopping cart"><div class="cart-indicator"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICBoZWlnaHQ9IjgwMCINCiAgIHdpZHRoPSIxMTIwIg0KICAgdmVyc2lvbj0iMS4xIg0KICAgaWQ9InN2ZzQiDQogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGRlZnMNCiAgICAgaWQ9ImRlZnM4IiAvPg0KICA8cGF0aA0KICAgICBkPSJNIDAsNDYgQyAwLDMyLjY2NjY3IDQuMzMzMzMzMywyMS42NjY2NyAxMywxMyAyMS42NjY2NjcsNC4zMzMzMyAzMi42NjY2NjcsMCA0NiwwIGggMjM1IGMgMTAuNjY2NjcsMCAyMC4xNjY2NywzLjE2NjY3IDI4LjUsOS41IDguMzMzMzMsNi4zMzMzMyAxMy44MzMzMywxNC44MzMzMyAxNi41LDI1LjUgbCAyNCw5OCBoIDY3NCBsIDcsLTIxIGMgNi42NjY3LC0yMS4zMzMzMyAyMSwtMzIgNDMsLTMyIDYsMCAxMC4zMzMzLDAuNjY2NjcgMTMsMiAxMCwyLjY2NjY3IDE4LDggMjQsMTYgNiw4IDksMTcgOSwyNyAwLDMuMzMzMzMgLTAuNjY2Nyw3LjY2NjY3IC0yLDEzIGwgLTExOCwzOTMgYyAtMi42NjY2NywxMCAtOCwxOCAtMTYsMjQgLTgsNiAtMTcsOSAtMjcsOSBIIDM5OCBjIC0xMC42NjY2NywwIC0yMC4xNjY2NywtMy4zMzMzMyAtMjguNSwtMTAgLTguMzMzMzMsLTYuNjY2NjcgLTEzLjgzMzMzLC0xNSAtMTYuNSwtMjUgTCAyNDUsOTEgSCA0NiBDIDMzLjMzMzMzMyw5MSAyMi41LDg2LjY2NjY3IDEzLjUsNzggNC41LDY5LjMzMzMzIDAsNTguNjY2NjcgMCw0NiBaIG0gMzcyLDE3OCA2MiwyNDggaCA0ODkgbCAyLC05IDcyLC0yMzkgeiBtIDQyLDQ4NCBjIDAsLTI1LjMzMzMzIDkuMTY2NjcsLTQ3IDI3LjUsLTY1IDE4LjMzMzMzLC0xOCA0MC4xNjY2NywtMjcgNjUuNSwtMjcgMjUuMzMzMzMsMCA0Nyw5IDY1LDI3IDE4LDE4IDI3LDM5LjY2NjY3IDI3LDY1IDAsMjUuMzMzMzMgLTksNDcgLTI3LDY1IC0xOCwxOCAtMzkuNjY2NjcsMjcgLTY1LDI3IC0yNS4zMzMzMywwIC00Ny4xNjY2NywtOSAtNjUuNSwtMjcgQyA0MjMuMTY2NjcsNzU1IDQxNCw3MzMuMzMzMzMgNDE0LDcwOCBaIG0gMzQ3LDAgYyAwLC0yNS4zMzMzMyA5LjE2NjY3LC00NyAyNy41LC02NSAxOC4zMzMzMywtMTggNDAuMTY2NjcsLTI3IDY1LjUsLTI3IDI1LjMzMzMzLDAgNDcsOSA2NSwyNyAxOCwxOCAyNywzOS42NjY2NyAyNyw2NSAwLDI1LjMzMzMzIC05LDQ3IC0yNyw2NSAtMTgsMTggLTM5LjY2NjY3LDI3IC02NSwyNyAtMjUuMzMzMzMsMCAtNDcuMTY2NjcsLTkgLTY1LjUsLTI3IEMgNzcwLjE2NjY3LDc1NSA3NjEsNzMzLjMzMzMzIDc2MSw3MDggWiINCiAgICAgaWQ9InBhdGgyIg0KICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxIiAvPg0KPC9zdmc+DQo=" alt=""/></div></a></div></div>                    </div>
                </div>
                <div class="searchbar">
                    <div class="form-group">
                        <div class="searchbar--form">
<form action="/en-us/search" method="get">                                <input type="text" class="form-control" name="query" placeholder="Search" maxlength="1000" />
                                <button type="submit" class="search-submit"><img src="/Images/icons/magnifying-glass-solid.svg" /></button>
</form>                        </div>
                    </div>
                </div>
                <div class="mobile-menu-utility-links">
                    <ul>
                        <li><a href="/en-us/about">About</a></li>
                        <li><a href="/en-us/product-support">Support</a></li>
                            <li><a href="https://gravelybrandstore.com/" target="_blank">Apparel</a></li>
                                                    <li><a href="/en-us/login">Sign in</a></li>
                    </ul>
                </div>
            </div>
        </div>
        <nav class="navbar-desktop">
            <div class="navbar-navs" id="navbar_navs" runat="server">
                <div class='nav-primary'>
                    <a class="navbar-brand" href="/en-us">
                        <img class="navbar-brand-svg" src="/Images/logo/gravely.svg" />
                    </a>
                    <ul>
                                <li onclick="toggleSection('Lawn')">Lawn</li> 
                                <li onclick="toggleSection('Jobsite')">Jobsite</li> 
                                <li><a href="/en-us/parts" title="Parts">Parts</a></li>
                                <li><a href="/en-us/dealer-locator" title="Find a Dealer">Find a Dealer</a></li>
                    </ul>
                </div>
                <div class='nav-secondary'>


<div id="react_0HN1BSGCJMNIE"><div class="cart-desktop-navigation-item"><a class="cart-link" href="/en-us/cart" aria-label="View 0 items in your shopping cart"><div class="cart-indicator"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+DQo8c3ZnDQogICBoZWlnaHQ9IjgwMCINCiAgIHdpZHRoPSIxMTIwIg0KICAgdmVyc2lvbj0iMS4xIg0KICAgaWQ9InN2ZzQiDQogICB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciDQogICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGRlZnMNCiAgICAgaWQ9ImRlZnM4IiAvPg0KICA8cGF0aA0KICAgICBkPSJNIDAsNDYgQyAwLDMyLjY2NjY3IDQuMzMzMzMzMywyMS42NjY2NyAxMywxMyAyMS42NjY2NjcsNC4zMzMzMyAzMi42NjY2NjcsMCA0NiwwIGggMjM1IGMgMTAuNjY2NjcsMCAyMC4xNjY2NywzLjE2NjY3IDI4LjUsOS41IDguMzMzMzMsNi4zMzMzMyAxMy44MzMzMywxNC44MzMzMyAxNi41LDI1LjUgbCAyNCw5OCBoIDY3NCBsIDcsLTIxIGMgNi42NjY3LC0yMS4zMzMzMyAyMSwtMzIgNDMsLTMyIDYsMCAxMC4zMzMzLDAuNjY2NjcgMTMsMiAxMCwyLjY2NjY3IDE4LDggMjQsMTYgNiw4IDksMTcgOSwyNyAwLDMuMzMzMzMgLTAuNjY2Nyw3LjY2NjY3IC0yLDEzIGwgLTExOCwzOTMgYyAtMi42NjY2NywxMCAtOCwxOCAtMTYsMjQgLTgsNiAtMTcsOSAtMjcsOSBIIDM5OCBjIC0xMC42NjY2NywwIC0yMC4xNjY2NywtMy4zMzMzMyAtMjguNSwtMTAgLTguMzMzMzMsLTYuNjY2NjcgLTEzLjgzMzMzLC0xNSAtMTYuNSwtMjUgTCAyNDUsOTEgSCA0NiBDIDMzLjMzMzMzMyw5MSAyMi41LDg2LjY2NjY3IDEzLjUsNzggNC41LDY5LjMzMzMzIDAsNTguNjY2NjcgMCw0NiBaIG0gMzcyLDE3OCA2MiwyNDggaCA0ODkgbCAyLC05IDcyLC0yMzkgeiBtIDQyLDQ4NCBjIDAsLTI1LjMzMzMzIDkuMTY2NjcsLTQ3IDI3LjUsLTY1IDE4LjMzMzMzLC0xOCA0MC4xNjY2NywtMjcgNjUuNSwtMjcgMjUuMzMzMzMsMCA0Nyw5IDY1LDI3IDE4LDE4IDI3LDM5LjY2NjY3IDI3LDY1IDAsMjUuMzMzMzMgLTksNDcgLTI3LDY1IC0xOCwxOCAtMzkuNjY2NjcsMjcgLTY1LDI3IC0yNS4zMzMzMywwIC00Ny4xNjY2NywtOSAtNjUuNSwtMjcgQyA0MjMuMTY2NjcsNzU1IDQxNCw3MzMuMzMzMzMgNDE0LDcwOCBaIG0gMzQ3LDAgYyAwLC0yNS4zMzMzMyA5LjE2NjY3LC00NyAyNy41LC02NSAxOC4zMzMzMywtMTggNDAuMTY2NjcsLTI3IDY1LjUsLTI3IDI1LjMzMzMzLDAgNDcsOSA2NSwyNyAxOCwxOCAyNywzOS42NjY2NyAyNyw2NSAwLDI1LjMzMzMzIC05LDQ3IC0yNyw2NSAtMTgsMTggLTM5LjY2NjY3LDI3IC02NSwyNyAtMjUuMzMzMzMsMCAtNDcuMTY2NjcsLTkgLTY1LjUsLTI3IEMgNzcwLjE2NjY3LDc1NSA3NjEsNzMzLjMzMzMzIDc2MSw3MDggWiINCiAgICAgaWQ9InBhdGgyIg0KICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxIiAvPg0KPC9zdmc+DQo=" alt=""/></div></a></div></div>                    <img src="/Images/icons/magnifying-glass-solid.svg" data-toggle="collapse" data-target="#desktop-search" />
                            <div class="lang-icon">
                                <i class="fa fa-globe fa-2x langBtn" aria-hidden="true" alt="Select a Region"></i>
                            </div>

                </div>
            </div>
            <div class="mega-menu">
                <div class="navbar-container">
                        <div class="Lawn-sub-menu">
                            <div class="shop-by">
                                <div class="shop-by-type">
                                        <a class="menu-button" href="/en-US/help-me-choose">Help Me Choose</a>
                                    <span class="sub-heading">Explore by Category</span>
                                    <div class="series">
                                            <a href="/en-us/faceted-search/commercial">Commercial</a>
                                            <a href="/en-us/faceted-search/residential">Residential</a>
                                            <a href="/en-us/power-equipment/electric">Electric</a>
                                            <a href="/en-us/power-equipment/brush-mower">Brush Mower</a>
                                    </div>
                                </div>
                                <div class="shop-by-series">
                                    <span class="sub-heading">Shop by series</span>
                                    <div class="series">
                                            <a href="/en-us/power-equipment/electric/pro-stance-ev">PRO-STANCE&#174; EV</a>
                                            <a href="/en-us/power-equipment/electric/pro-turn-ev">PRO-TURN&#174; EV</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-600">PRO-TURN&#174; 600</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-500">PRO-TURN&#174; 500</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-mach-one">PRO-TURN&#174; MACH ONE</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-300">PRO-TURN&#174; 300</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-100">PRO-TURN&#174; 100</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-zx">PRO-TURN&#174; ZX</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/pro-turn-z">PRO-TURN&#174; Z</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/compact-pro">COMPACT-PRO&#174;</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/zt-hd">ZT HD</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/zt">ZT</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/zt-xl">ZT XL</a>
                                            <a href="/en-us/power-equipment/zero-turn-mowers/zt-x">ZT X</a>
                                            <a href="/en-us/power-equipment/stand-on-mowers/pro-stance">PRO-STANCE&#174;</a>
                                            <a href="/en-us/power-equipment/stand-on-mowers/z-stance">Z-Stance</a>
                                            <a href="/en-us/power-equipment/walk-behind-mowers/pro-walk-hydro">PRO-WALK&#174;</a>
                                            <a href="/en-us/power-equipment/brush-mower/ovis">Ovis 40 RC</a>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="Jobsite-sub-menu">
                            <div class="shop-by">
                                <div class="shop-by-type">
                                    <span class="sub-heading">Explore by Category</span>
                                    <div class="series">
                                            <a href="/en-us/power-equipment/vehicle">Vehicle</a>
                                            <a href="/en-us/power-equipment/utility-loader">Utility Loader</a>
                                    </div>
                                </div>
                                <div class="shop-by-series">
                                    <span class="sub-heading">Shop by series</span>
                                    <div class="series">
                                            <a href="/en-us/power-equipment/vehicle/atlas-jsv-3000">ATLAS JSV&#174; 3400</a>
                                            <a href="/en-us/power-equipment/vehicle/atlas-jsv-6000">ATLAS JSV&#174; 6400</a>
                                            <a href="/en-us/power-equipment/utility-loader/utility-loader-compact-utility-loader-100">AXIS&#174; 100</a>
                                            <a href="/en-us/power-equipment/utility-loader/utility-loader-compact-utility-loader-200">AXIS&#174; 200</a>
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="Parts-sub-menu">
                            <div class="shop-by">
                                <div class="shop-by-type">
                                    <span class="sub-heading">Explore by Category</span>
                                    <div class="series">
                                    </div>
                                </div>
                                <div class="shop-by-series">
                                    <span class="sub-heading">Shop by series</span>
                                    <div class="series">
                                    </div>
                                </div>
                            </div>
                        </div>
                        <div class="Find a Dealer-sub-menu">
                            <div class="shop-by">
                                <div class="shop-by-type">
                                    <span class="sub-heading">Explore by Category</span>
                                    <div class="series">
                                    </div>
                                </div>
                                <div class="shop-by-series">
                                    <span class="sub-heading">Shop by series</span>
                                    <div class="series">
                                    </div>
                                </div>
                            </div>
                        </div>
                </div>
            </div>
            <div id="desktop-search" class="desktop-searchbar searchbar collapse">
                <div class="form-group">
                    <div class="searchbar--form">
<form action="/en-us/search" method="get">                            <input type="text" class="form-control" name="query" placeholder="Search" maxlength="1000" />
                            <button type="submit" class="search-submit"><img src="/Images/icons/magnifying-glass-solid.svg" /></button>
</form>                    </div>
                </div>
            </div>
        </nav>
    </div>
</div>

<!-- The Modal -->
<div id="languageSelector" class="modal">

    <!-- Modal content -->
    <div class="modal-content">
        <div class="modal-header">
            <span class="close">&times;</span>
            <h2>Select a Region</h2>
        </div>
        <div class="modal-body">
            <p><a href="/en-us"><img src="/Images/icons/United-States-Flag-icon.png" class="lang-flag" /><span class="lang-text">USA</span></a></p>
            <p><a href="https://gravely.com.au/"><img src="/Images/icons/Australia-Flag-icon.png" class="lang-flag" /><span class="lang-text">Australia</span></a></p>
            <p><a href="/en-nz"><img src="/Images/icons/New-Zealand-Flag-icon.png" class="lang-flag" /><span class="lang-text">New Zealand</span></a></p>
        </div>
    </div>

</div>

<script defer src="/Scripts/gravely-navigation.js"></script>
            <div class="postheader">
                


<div id="react_0HN1BSGCJMNIF"></div>
            </div>
        </header>



        <main  class="page-main" role="main">
            

<section class="product-hero">

    <div class="product-hero--sale-callout">
        <div id="MainContent_salecalloutheadline" class="product-hero--sale-callout-headline"></div>
        <div id="MainContent_salecalloutsubheadline" class="product-hero--sale-callout-sub-head"></div>
    </div>
    <div class="product-hero--image">
        <img src="/getattachment/d09ad314-3903-4f80-8dfc-1c9695889454/991283_pt-z_52_fr34.png" id="MainContent_heroImage" alt="">
        <div class="product-image-disclaimer"> Actual product may vary</div>
    </div>

    <div class="product-hero--detail">
        <div id="MainContent_breadCrumb" class="product-hero--detail-breadcrumb">
            <a href="#">Zero-Turn</a> / PRO-TURN&#174; Z
        </div>
        <h1 class="product-hero--detail-title">
            PRO-TURN&#174; Z
        </h1>
        <div id="MainContent_heroSummary" class="product-hero--detail-copy">
            <p>A SUPERIOR CUT COUPLED WITH SUPERIOR COMFORT.</p>

<p>All-day comfort matters just as much as leaving a perfectly cut lawn. The Pro-Turn&reg; Z delivers both. It&#39;s packed with commercial-grade features while staying true to its attractive baseline price. And on top of all that, it maintains Gravely&#39;s signature durability.</p>

        </div>

        <div class="product-hero--detail-dealer-search">
            <div class="form-group" data-form="dealersearch">
                <form role="search" action="/en-us/dealer-locator" method="get">
                    <input type="text" class="form-control" placeholder="Enter your ZIP code" name="dealersearch">
                    <button type="submit" class="btn btn-primary">Find a Dealer</button>
                </form>
            </div>
        </div>
        <div class="product-hero--detail-dealer-warranty">
                <img src="/getattachment/80a148dc-8a79-4429-bea6-47d75822757b/pro-turnz-4yearor750hour.png" id="MainContent_heroWarrantyImage" alt="">
        </div>
    </div>
</section>

<section class="product-jumpnav">
    <ul class="product-jumpnav--menu">
        
            <li><a href="#features" class="jump">Features</a></li>

        <li><a href="#models" class="jump">Models</a></li>

            <li><a href="#gallery" class="jump">Gallery</a></li>
    </ul>
</section>

<section class="product-main">
    <section class="product-features" id="features">
        <div class="product-features--headline"> Features </div>
        <div class="product-features--grid">
            <div class="product-features--grid-header">
                        <div class="product-features--block">
                            <div>
                                    <img class="img-unveil" alt="Suspension Forks" data-src="/getattachment/135d5080-1fc9-45c4-ba71-aa443a2408d7/pro-turn-z-suspension-forks.jpg" src="" style="opacity: 1;">
                                <h3 class="equalheight" style="min-height: 75px;">Suspension Forks</h3>
                                <div class="product-features--block-copy">
                                    <p>Absorb those big impacts so your body doesn&rsquo;t, further improving the ride and decreasing fatigue.</p>

                                </div>
                            </div>
                        </div>
                        <div class="product-features--block">
                            <div>
                                    <img class="img-unveil" alt="Seat Isolation" data-src="/getattachment/aef4cb52-1c1e-45b0-94f5-d43a8de6f014/pro-turn-z-seat-isolation.jpg" src="" style="opacity: 1;">
                                <h3 class="equalheight" style="min-height: 75px;">Seat Isolation</h3>
                                <div class="product-features--block-copy">
                                    <p>Enjoy an improved ride&nbsp;thanks to its seat isolation system. It removes the vibrations that can cause fatigue so you can mow in comfort further and longer.</p>

                                </div>
                            </div>
                        </div>
                        <div class="product-features--block">
                            <div>
                                    <img class="img-unveil" alt="Kawasaki FS Engine" data-src="/getattachment/9da15c21-e6e2-4a4f-9711-9ede0ccb424e/kawasaki_fs691v_web.png" src="" style="opacity: 1;">
                                <h3 class="equalheight" style="min-height: 75px;">Kawasaki FS Engine</h3>
                                <div class="product-features--block-copy">
                                    <p>The FS series is a compact powerhouse engineered to master mid-duty jobs. Smooth starts, enhanced airflow, cool-running power, and more help them run smooth with less debris buildup.</p>

                                </div>
                            </div>
                        </div>
            </div>
        </div>
    </section>
</section>
<section class="product-main">
    <div id="react_0HN1BSGCJMNIB"><section id="models" class="series-models"><div class="product-models--headline">PRO-TURN® Z Model</div><div class="series-models-cards"><ul class="series-models-list"><li class="series-models-card"><button type="button" class="series-model-link"><img class="series-model-image" src="/getmetafile/17df3732-b8fe-41c9-a28f-53cd2a4481f1/991283_PT-Z_52_FR34" alt="PRO-TURN Z 48 KAWASAKI"/><span class="availability-banner">Available Online</span><div class="series-model-name text-center">PRO-TURN Z 48 KAWASAKI</div><div class="series-model-number text-center">Model #991281</div><div class="series-model-rating text-center"><div class="star-rating"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg></div><span class="reviews-count-text">(<!-- -->Based on 0 Reviews<!-- -->)</span></div><div class="series-model-price text-center">$8,849</div></button></li><li class="series-models-card"><button type="button" class="series-model-link"><img class="series-model-image" src="/getmetafile/b7f177ad-0703-4acd-9cb0-48da9f3be964/991283_PT-Z_52_FR34" alt="PRO-TURN Z 52 KAWASAKI"/><span class="availability-banner">Available Online</span><div class="series-model-name text-center">PRO-TURN Z 52 KAWASAKI</div><div class="series-model-number text-center">Model #991283</div><div class="series-model-rating text-center"><div class="star-rating"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg></div><span class="reviews-count-text">(<!-- -->Based on 0 Reviews<!-- -->)</span></div><div class="series-model-price text-center">$8,949</div></button></li><li class="series-models-card"><button type="button" class="series-model-link"><img class="series-model-image" src="/getmetafile/9994b2e8-0369-4bb4-a197-5b557f302fb7/991283_PT-Z_52_FR34" alt="PRO-TURN Z 60 KAWASAKI"/><span class="availability-banner">Available Online</span><div class="series-model-name text-center">PRO-TURN Z 60 KAWASAKI</div><div class="series-model-number text-center">Model #991285</div><div class="series-model-rating text-center"><div class="star-rating"><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg><svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="star" class="svg-inline--fa fa-star fa-w-18 star empty" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="currentColor" d="M528.1 171.5L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6zM388.6 312.3l23.7 138.4L288 385.4l-124.3 65.3 23.7-138.4-100.6-98 139-20.2 62.2-126 62.2 126 139 20.2-100.6 98z"></path></svg></div><span class="reviews-count-text">(<!-- -->Based on 0 Reviews<!-- -->)</span></div><div class="series-model-price text-center">$9,049</div></button></li></ul></div></section></div>
</section>
<section class="product-main">
    <section class="product-gallery" id="gallery">
                <div class="product-gallery--headline">
                    Gallery
                </div>
                <div class="product-gallery--grid">
<div class="product-gallery--row">                            <div class="product-gallery--block">
                                <a href="/getattachment/96d2130f-044a-42b4-b67f-9ae65d75eef0/dsc03555-edit-1300x605-9ebfd39.jpg" data-lightbox="gallery"><img data-src="/getattachment/96d2130f-044a-42b4-b67f-9ae65d75eef0/dsc03555-edit-1300x605-9ebfd39.jpg" src="" class="product-gallery--image" /></a>
                            </div>
                            <div class="product-gallery--block">
                                <a href="/getattachment/b2f7c7df-76ab-48a4-9383-af4a6dad5cc3/dsc04093-1300x605-3216efc.jpg" data-lightbox="gallery"><img data-src="/getattachment/b2f7c7df-76ab-48a4-9383-af4a6dad5cc3/dsc04093-1300x605-3216efc.jpg" src="" class="product-gallery--image" /></a>
                            </div>
                            <div class="product-gallery--block">
                                <a href="/getattachment/4b96ae22-42a7-4fc1-a069-77ef9197d723/dsc03551-edit-1300x605-27ce7e4.jpg" data-lightbox="gallery"><img data-src="/getattachment/4b96ae22-42a7-4fc1-a069-77ef9197d723/dsc03551-edit-1300x605-27ce7e4.jpg" src="" class="product-gallery--image" /></a>
                            </div>
</div><div class="product-gallery--row">                            <div class="product-gallery--block">
                                <a href="/getattachment/560fa4ed-c311-48d9-9130-ac59ff02949b/dsc03780-2-1300x605-4d12909.jpg" data-lightbox="gallery"><img data-src="/getattachment/560fa4ed-c311-48d9-9130-ac59ff02949b/dsc03780-2-1300x605-4d12909.jpg" src="" class="product-gallery--image" /></a>
                            </div>
                            <div class="product-gallery--block">
                                <a href="/getattachment/00337a2c-983a-4fdc-92df-86d878c08d25/dsc03475-1300x605-51994d4.jpg" data-lightbox="gallery"><img data-src="/getattachment/00337a2c-983a-4fdc-92df-86d878c08d25/dsc03475-1300x605-51994d4.jpg" src="" class="product-gallery--image" /></a>
                            </div>
                            <div class="product-gallery--block">
                                <a href="https://youtube.com/watch?v=NLN70W3qAjQ&si=EnSIkaIECMiOmarE" class="product-gallery--anchor"><i class="icon-play"></i><img data-src="/getattachment/2a48e92e-45ce-4c9c-bb57-d2aa9fa87f0a/dsc03849-2-1300x605-dac6bf6.jpg" src="" class="product-gallery--image" /></a>
                            </div>
</div>
                </div>

    </section>
</section>


        </main>

        <section class="homepage-newsletter-wrapper" style="background: url(/getmedia/fb088cae-536c-4895-8707-6e514cd63c62/grass.jpg);">
            <div class="homepage-newsletter">
                <h3>Get ahead with the latest news and promotions from Gravely</h3>

                    <a href="https://gravely.com/subscribe" target="_blank" class="btn btn-primary">Sign Up</a>            </div>
        </section>
        <footer id="footer" class="page-footer" role="contentinfo">
<div id="react_0HN1BSGCJMNIG"><div class="menu-footer" data-reactroot=""><div class="columns six group"><div class="footer-menu"><h3>About</h3><ul><li><a target="_self" href="/en-us/about/why-gravely" rel="noreferrer">Why Gravely?</a></li><li><a target="_blank" href="https://www.ariensco.com/careers" rel="noreferrer">Careers</a></li><li><a target="_blank" href="https://www.ariensco.com/newsroom" rel="noreferrer">News</a></li><li><a target="_self" href="/en-us/about/blog" rel="noreferrer">Blog</a></li><li><a target="_self" href="/en-us/about/product-development" rel="noreferrer">Product Development</a></li></ul></div><div class="footer-menu"><h3>Support</h3><ul><li><a target="_self" href="/en-us/product-support" rel="noreferrer">Product Support</a></li><li><a target="_self" href="/en-us/support/financing" rel="noreferrer">Financing</a></li><li><a target="_self" href="/en-us/support/fleet-pricing" rel="noreferrer">Fleet Pricing</a></li><li><a target="_self" href="/en-us/support/warranty" rel="noreferrer">Warranty</a></li><li><a target="_blank" href="https://www.ariensco.com/safetyrecall?brand=gravely" rel="noreferrer">Safety Recalls</a></li></ul></div><div class="footer-menu"><h3>Customer Care</h3><ul><li><a target="_self" href="/en-us/support/promotions" rel="noreferrer">Promotions</a></li><li><a target="_self" href="/en-us/help#POWEREQUIPMENTFAQs" rel="noreferrer">Power Equipment FAQs</a></li><li><a target="_self" href="/en-us/help#PARTSFAQs" rel="noreferrer">Parts FAQs</a></li><li><a target="_self" href="/en-us/help#ACCOUNTFAQs" rel="noreferrer">Account FAQs</a></li><li><a target="_self" href="/en-us/help#CONTACTUS" rel="noreferrer">Contact Us</a></li></ul></div><div class="footer-menu"><h3>Connect</h3><ul><li><a target="_blank" href="https://www.ariensco.com/dealer" rel="noreferrer">Become a Dealer</a></li><li><a target="_self" href="/en-us/support/government-contracts" rel="noreferrer">Government Contracts</a></li><li><a target="_blank" href="https://gravely.us17.list-manage.com/subscribe?u=7282ff686e4030d28e74f40fb&amp;id=0a6d94bc96&amp;_ga=2.3002480.1778430178.1665410563-381683743.1664893264" rel="noreferrer">Newsletter Signup</a></li><li><a target="_self" href="/en-us/help#CONTACTUS" rel="noreferrer">Contact Us</a></li></ul></div></div></div></div>

<div id="react_0HN1BSGCJMNIH"><div class="page-footer-colophon"><div class="page-footer-copyright"><a href="https://www.ariensco.com/" alt="Ariens Logo" target="_blank" rel="noreferrer"><img src="/getattachment/21f8a7aa-021f-498b-9171-5c10ff706de1/ariensco-white.svg" alt="Ariens Logo"/></a></div><nav class="page-footer-utility"><ul class="page-footer-utility-nav"><li><p>©<!-- -->2024 All Rights Reserved</p></li><li><a target="_blank" href="/en-us/simplenav" rel="noreferrer">Sitemap</a></li><li><a target="_blank" href="https://www.ariensco.com/fineprint/terms/" rel="noreferrer">Terms &amp; Conditions</a></li><li><a target="_blank" href="https://www.ariensco.com/fineprint/privacy" rel="noreferrer">Privacy Policy</a></li></ul><ul class="page-footer-nav-social"><li><a href="//www.facebook.com/Gravely" target="_blank" rel="noreferrer"><i class="icon-facebook"><span class="sr-only">Facebook</span></i></a></li><li><a href="//www.twitter.com/GravelyMowers" target="_blank" rel="noreferrer"><i class="icon-twitter"><span class="sr-only">Twitter</span></i></a></li><li><a href="//www.instagram.com/gravelymowers" target="_blank" rel="noreferrer"><i class="icon-instagram"><span class="sr-only">Instagram</span></i></a></li></ul><p>©<!-- -->2024 All Rights Reserved</p></nav></div></div>
        </footer>


        <script src="/bundles/footerScripts?v=n8Yh2ex90ZwFLoXOmTIsr2IMN55T1JX1dxAbQYD7ciI1" defer></script>

        
        
    <script src="/Content/client-ui/SeriesModels.js"></script>
    <script>
        var modelList = "";
        var reviewGrandReviewers = 0;
        var reviewGrandRating = 0;
        var averageRating = Math.floor(reviewGrandRating / reviewGrandReviewers, 0);
    </script>
    <script src="/Scripts/reviews.js" defer></script>
    <script>
        /*
        $("#MainContent_overallstarratings").append(BuildStars(averageRating, "large"));

        if (reviewGrandReviewers > 0) {
            $("#overall-reviewers").text(reviewGrandReviewers);
            $("#MainContent_reviewCount").removeClass("hide");
        } else {
            $("#write-review").removeClass("hide");
        }
        */
    </script>
    <script src="/Scripts/lazy.js" defer></script>
    <script src="/Scripts/models.js" defer></script>

    
    <script src="/Scripts/swiper.min.js" defer></script>
    <script src="/Scripts/accessories-swiper.js" defer></script>
    <link rel="stylesheet" href="/Content/css/swiper.min.css">

        <script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
        <script type="text/javascript" src="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.min.js" defer></script>
        <script type="text/javascript" src="/Content/client-ui/global.js"></script>
        <script type="text/javascript" src="/Content/client-ui/runtime.js"></script>
        <script type="text/javascript" src="/Content/client-ui/vendor.js"></script>

        
        <script src="/Content/client-ui/Footer.js"></script>
        <script src="/Content/client-ui/SubFooter.js"></script>
        <script src="/Content/client-ui/CartDesktopNavigationItem.js"></script>
        <script src="/Content/client-ui/GoogleTagManager.js"></script>
        <script src="/Content/client-ui/SelectedDealerBanner.js"></script>

        <script>ReactDOM.hydrate(React.createElement(SeriesModels, {"metaData":{"title":"Pro-Turn Z Zero Turn Lawn Mower | Gravely","description":"Packing commercial grade features into every inch of this durable workhorse, the Pro-Turn Z ships standard with ROPS, seat isolators, and a full commercial warranty.","keywords":"commercial mower, commercial lawn mower, commercial zero turn, zero turn mower","pageCulture":"en-us","requestCulture":"en-us","pageAlias":"Pro-Turn-Z","cultureVersions":["en-us/power-equipment/zero-turn-mowers/pro-turn-z"],"canonicalUrl":"https://www.gravely.com/en-us/power-equipment/zero-turn-mowers/pro-turn-z","publishedFrom":"0001-01-01T00:00:00","publishedTo":"0001-01-01T00:00:00","pencilAds":[{"copy":"Save Up To $1,500 On Your Next Zero-Turn + Attachment \u0026 Accessory Discounts:","urlText":"DETAILS HERE","url":"https://www.gravely.com/en-us/support/promotions/23/open-house-sales-event"}],"popups":null,"cartInfo":{"cartId":"6d25cd1e-d346-41cd-9465-e9800b03362d","cartCount":""}},"heroData":{"title":"PRO-TURN® Z","subtitle":"","copy":"\u003cp\u003eA SUPERIOR CUT COUPLED WITH SUPERIOR COMFORT.\u003c/p\u003e\r\n\r\n\u003cp\u003eAll-day comfort matters just as much as leaving a perfectly cut lawn. The Pro-Turn\u0026reg; Z delivers both. It\u0026#39;s packed with commercial-grade features while staying true to its attractive baseline price. And on top of all that, it maintains Gravely\u0026#39;s signature durability.\u003c/p\u003e\r\n","copyLayout":null,"imagePath":"/getattachment/d09ad314-3903-4f80-8dfc-1c9695889454/991283_pt-z_52_fr34.png","mobileImagePath":null,"imageAltText":"","url":null,"urlText":null,"isVideo":false},"id":0,"name":"Pro-Turn Z Zero Turn Lawn Mower | Gravely","productName":"PRO-TURN® Z","pageAlias":null,"seriesName":"Zero-Turn","warrantyImage":"/getattachment/80a148dc-8a79-4429-bea6-47d75822757b/pro-turnz-4yearor750hour.png","specListStyle":"Zero-turn","featuresSubCopy":"","featuresButtonText":"","featuresButtonUrl":"","gallerySubCopy":"","galleryButtonText":"","galleryButtonUrl":"","specificationsSubCopy":"","specificationsButtonText":"","specificationsButtonUrl":"","accessoriesSubCopy":"","accessoriesButtonText":"","accessoriesButtonUrl":"","reviewsSubCopy":"","reviewsButtonText":"","reviewsButtonUrl":"","eoL":"0001-01-01T00:00:00","publishedFrom":"0001-01-01T00:00:00","publishedTo":"0001-01-01T00:00:00","productAttachments":[{"metaData":null,"id":159996,"name":"Aggressive Tread Tire","copy":"Hold slopes with confidence and reduce turf scuffing with an upgraded tread pattern.\u0026nbsp;\u0026nbsp;\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/aggressive-tread-rear-tire-79108900\u0022\u003ePart:\u0026nbsp;79108900\u003c/a\u003e","image":"/getattachment/dabe6b8e-f193-491a-9b65-2b6451afa914/400x254-gravely-aggressvie-tire-791089-zt-hd-22x11-10-4p-k3012.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159992,"name":"Full Suspension Seat","copy":"Dial in comfort with a replacement, full-suspension seat that softens bumps, reduces fatigue and extends workdays.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPart: 79110400","image":"/getattachment/b5559d2b-afd5-40dd-86a6-70ad907963c0/400x254-79110400-gravely-branded-suspension-seat.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159997,"name":"Lawn Striping Kit","copy":"That crisp, crosshatched look isn\u0026#39;t just for baseball diamonds. Gravely\u0026#39;s striping kit allows you to give your lawn that professional, well manicured look you\u0026#39;ve always wanted.\u0026nbsp;\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/lawn-striping-kit-79206700\u0022\u003ePart: 792\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/lawn-striping-kit---60-in-79221800\u0022\u003e21800\u003c/a\u003e","image":"/getattachment/2d9a0f6d-112f-46fa-9073-2598067f8c44/79221800-striper-kit-1-.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159993,"name":"LED Headlight Kit","copy":"Mow longer, later, and safer with a headlight kit from Gravely. These blazing LEDs illuminate your cutting path in low-light conditions as dusk approaches.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/79108600\u0022\u003ePart: 79108600\u003c/a\u003e","image":"/getattachment/654ae827-25c2-45e6-87ad-b11500acec7f/79106800-light-kit.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159999,"name":"Maintenance Kit","copy":"Tune up your Gravely zero-turn, allowing it to consistently perform at industry leading levels by completing routine maintenance using these factory authorized OEM parts.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022~/en-us/part/gravely-tune-up-kit-1-70722100\u0022\u003e70722100\u003c/a\u003e - Services Gravely 764 Pro Filter Engine\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u0026nbsp;","image":"/getattachment/2d37928e-9989-420c-9e48-a382d5be1f90/400x254-70722100-maintenance-kit-1-.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159994,"name":"Mulching Kit","copy":"This specialized, non-discharging baffle and blade kit recuts grass clippings into a fine mulch, eliminating cleanup time and returning rich nutrients back to your soil for a naturally lush lawn.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/79105700\u0022\u003e48\u0026quot; Kit: Part 7910\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/mulching-kit---48-in-1-79109600\u0022\u003e9600\u003c/a\u003e\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/79105800\u0022\u003e52\u0026quot; Kit: Part 79\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/zero-turn-mulching-kit---52-in-decks-1-79220200\u0022\u003e220200\u003c/a\u003e\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/79105900\u0022\u003e60\u0026quot; Kit: Part 7910\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/mulching-kit---60-in-79109800\u0022\u003e9800\u003c/a\u003e","image":"/getattachment/c30a15a6-5b09-4a46-ae82-f98cd5242bb5/400x254-79220200-52-inch-mulch-kit.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":159998,"name":"Powered 2-Bin Bagger","copy":"Save time, energy and money by\u0026nbsp;keeping your lawn clean and free of grass clippings, giving it a well manicured look time after time.\u0026nbsp;Select mounting kit required (\u003ca href=\u0022~/en-us/part/bagger-completion-kit---48-in-79106300\u0022\u003e7910\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/bagger-mount-kit-79109200\u0022\u003e92\u003c/a\u003e\u0026nbsp;- 48\u0026quot;) (\u003ca href=\u0022~/en-us/part/zt-52-in-bagger-adapter-79106500\u0022\u003e7910\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/bagger-mount-kit---52-in-79109300\u0022\u003e93\u003c/a\u003e\u0026nbsp;- 52\u0026quot;) (\u003ca href=\u0022~/en-us/part/gravely-zt-60-in-bagger-adapter-79106600\u0022\u003e7910\u003c/a\u003e\u003ca href=\u0022https://www.gravely.com/en-us/part/bagger-mount-kit---60-in-79109400\u0022\u003e94\u003c/a\u003e\u0026nbsp;- 60\u0026quot;)\u003cbr /\u003e\r\n\u003cbr /\u003e\r\nPart: 89100800 - 6.1 Bushel","image":"/getattachment/3d720bd1-34d1-4dee-81b2-f833805c1a47/400x254-891008-bagger-60-inch-on-pt-zx-60-br34.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]},{"metaData":null,"id":160000,"name":"Rear Tweels","copy":"Upgrade your Gravely mower with a commercial tweel kit. These airless, run-flat tires help to minimize your downtime, and cushion your ride by dampening the effect of uneven terrain.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/rear-tweel-tire-kit-79702900\u0022\u003ePart Number: 79702900\u003c/a\u003e","image":"/getattachment/74610737-b1ba-4b8f-bc64-4d4d49f522e3/79109900-1-400x254.png","publishedFrom":"2021-11-24T13:30:16","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"79109900","sequenceNumber":0,"attachmentLinks":[{"partNumber":"79109900","modelNumber":null,"text":"Rear Tweel Tire Kit"}]},{"metaData":null,"id":159995,"name":"Trailer Hitch","copy":"Turn your mower into a multitasking machine. With a towing capacity of 500 pounds, this easy-to-install, heavy-duty steel hitch pulls trailers, spreaders, rollers, dethatchers and more.\u003cbr /\u003e\r\n\u003cbr /\u003e\r\n\u003ca href=\u0022https://www.gravely.com/en-us/part/79108500\u0022\u003ePart: 79108500\u003c/a\u003e","image":"/getattachment/f1d89a3a-1c14-4c1a-80c4-c21b93abbb81/791085-hitch-kit_400x254.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","videoURL":"","videoURLText":"","partNumber":"","sequenceNumber":0,"attachmentLinks":[{"partNumber":"","modelNumber":null,"text":""}]}],"productFeatures":[{"metaData":null,"id":25,"name":"Suspension Forks","copy":"\u003cp\u003eAbsorb those big impacts so your body doesn\u0026rsquo;t, further improving the ride and decreasing fatigue.\u003c/p\u003e\r\n","image":"/getattachment/135d5080-1fc9-45c4-ba71-aa443a2408d7/pro-turn-z-suspension-forks.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":26,"name":"Seat Isolation","copy":"\u003cp\u003eEnjoy an improved ride\u0026nbsp;thanks to its seat isolation system. It removes the vibrations that can cause fatigue so you can mow in comfort further and longer.\u003c/p\u003e\r\n","image":"/getattachment/aef4cb52-1c1e-45b0-94f5-d43a8de6f014/pro-turn-z-seat-isolation.jpg","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":27,"name":"Kawasaki FS Engine","copy":"\u003cp\u003eThe FS series is a compact powerhouse engineered to master mid-duty jobs. Smooth starts, enhanced airflow, cool-running power, and more help them run smooth with less debris buildup.\u003c/p\u003e\r\n","image":"/getattachment/9da15c21-e6e2-4a4f-9711-9ede0ccb424e/kawasaki_fs691v_web.png","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"}],"productGallery":[{"metaData":null,"id":24,"name":"Gallery 1","image":"/getattachment/96d2130f-044a-42b4-b67f-9ae65d75eef0/dsc03555-edit-1300x605-9ebfd39.jpg","url":"","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":25,"name":"Gallery 2","image":"/getattachment/b2f7c7df-76ab-48a4-9383-af4a6dad5cc3/dsc04093-1300x605-3216efc.jpg","url":"","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":26,"name":"Gallery 3","image":"/getattachment/4b96ae22-42a7-4fc1-a069-77ef9197d723/dsc03551-edit-1300x605-27ce7e4.jpg","url":"","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":27,"name":"Gallery 4","image":"/getattachment/560fa4ed-c311-48d9-9130-ac59ff02949b/dsc03780-2-1300x605-4d12909.jpg","url":"","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":28,"name":"Gallery 5","image":"/getattachment/00337a2c-983a-4fdc-92df-86d878c08d25/dsc03475-1300x605-51994d4.jpg","url":"","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":29,"name":"Gallery 6","image":"/getattachment/2a48e92e-45ce-4c9c-bb57-d2aa9fa87f0a/dsc03849-2-1300x605-dac6bf6.jpg","url":"https://youtube.com/watch?v=NLN70W3qAjQ\u0026si=EnSIkaIECMiOmarE","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"}],"productDownloads":[{"metaData":null,"id":16,"name":"Gravely Pro-Turn Z Sell Sheet","file":"/getattachment/e293a3e2-5947-4525-94d4-dfe09fbbf59a/my24-proturnz-sell-sheet.pdf","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999"},{"metaData":null,"id":15,"name":"Gravely Product Catalog","file":null,"publishedFrom":"2021-05-05T16:13:21","publishedTo":"9999-12-31T23:59:59.9999999"}],"productSpecifications":null,"productModels":[{"id":226,"name":"PRO-TURN Z 48 Kawasaki","productName":"PRO-TURN Z 48 KAWASAKI","productType":"Zero-Turn","publishedFrom":"2023-09-23T09:34:40","publishedTo":"9999-12-31T23:59:59.9999999","url":"/power-equipment/zero-turn-mowers/pro-turn-z/pro-turn-z-48-kawasaki","sku":{"LogSynchronization":3,"ObjectType":"ecommerce.sku","UpdateTimeStamp":true,"LastUpdated":"2024-02-24T10:18:36.2819524-06:00","Locked":false,"DataClass":{"Locked":false,"IDWasChanged":false,"Data":[35711,"99128100","PRO-TURN Z 48 KAWASAKI",null,8399.000000000,true,null,null,null,null,null,null,"7b64b577-7d14-46fa-b996-d48866e5a99f","/getmetafile/17df3732-b8fe-41c9-a28f-53cd2a4481f1/991283_PT-Z_52_FR34",null,null,null,null,null,false,"\u003cCustomData\u003e\u003cSku\u003e{\u0022DealerInstalled\u0022:\u0022\u0022,\u0022IsEcommerce\u0022:true,\u0022SetupFee\u0022:450.00,\u0022DeliveryFee\u0022:0.00,\u0022EquipmentType\u0022:\u0022EQT\u0022}\u003c/Sku\u003e\u003c/CustomData\u003e",null,null,"2024-02-23T05:00:14.1742545","2023-09-21T06:12:20.5330109",6,false,null,"PRODUCT",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"OriginalData":null,"ClassName":"ECommerce.SKU"},"UpdateVersionGUID":true,"SKUCustomData":null},"price":8399.000000000,"listPrice":0.0,"department":null,"taxClass":null,"brand":null,"manufacturer":null,"supplier":null,"collection":null,"imagePath":"/getmetafile/17df3732-b8fe-41c9-a28f-53cd2a4481f1/991283_PT-Z_52_FR34","shortDescription":"","description":"","representing":"Product","modelName":"PRO-TURN Z 48 Kawasaki","heroTitle":"PRO-TURN Z 48 Kawasaki","heroCopy":"","needsShipping":false,"packageWeight":0.0,"packageHeight":0.0,"packageWidth":0.0,"packageDepth":0.0,"trackInventory":"ByProduct","sellOnlyIfItemsAvailable":false,"minItemsInOneOrder":0,"maxItemsInOneOrder":0,"priceAndSetupFee":8849.000000000,"isEcommAvailable":true,"culture":null,"modelSpecifications":{"metaData":null,"id":1463,"name":"991281","publishedFrom":"2023-09-23T09:35:34","publishedTo":"9999-12-31T23:59:59.9999999","productName":null,"seriesName":null,"model":"991281","eoL":"0001-01-01T00:00:00","deckSizeIN":48.0,"engine":"Kawasaki®","driveSystem":"Hydro-Gear® ZT-3100® Transaxles","acresHour":3.80,"deckSizeCM":121.90,"cuttingWidthIN":48.00,"cuttingWidthCM":121.90,"engineName":"FS691V","engineDisplacementIN":44.30,"engineDisplacementCC":726.00,"transmissionType":null,"fuelCapacityGallons":5.10,"fuelCapacityLiters":19.30,"hectaresHour":1.50,"groundSpeedForwardMPH":8.00,"groundSpeedForwardKPH":12.90,"groundSpeedReverseMPH":4.00,"groundSpeedReverseKPH":6.40,"engineRatingHP":23.00,"fuelSystem":"Gas","lengthIN":79.00,"lengthCM":200.70,"peakAlternatorOutput":"","seatBeltType":"","seats":0.0,"payloadLBS":0.00,"payloadKG":0.00,"widthIN":0.00,"widthCM":0.00,"weightLBS":925.00,"weightKG":419.50,"clearingWidthIN":0.00,"clearingWidthCM":0.00,"rotationAngle":0.00,"rotationControl":"","brushDiameterIN":0.00,"brushDiameterCM":0.00,"wheelSizeRearDiameterIN":22.00,"wheelSizeRearDiameterCM":55.90,"wheelSizeRearWidthIN":10.00,"wheelSizeRearWidthCM":25.40,"wheelSizeRearRimDiameterIN":12.00,"wheelSizeRearRimDiameterCM":30.50,"wheelSizeFrontDiameterIN":13.00,"wheelSizeFrontDiameterCM":33.00,"wheelSizeFrontWidthIN":6.50,"wheelSizeFrontWidthCM":16.50,"wheelSizeFrontRimDiameterIN":6.00,"wheelSizeFrontRimDiameterCM":15.20,"modelYear":0.0,"primaryCategory":"Commercial","wheelBaseIN":0.00,"wheelBaseCM":0.00,"brakeType":"Lever Activated Parking","powerBrand":"","spindleType":"","display":"","batteryLength":0.00,"batteryWidth":0.00,"batteryHeight":0.00,"batteryWeight":0.0,"chargeTime":"","chargerType":"","batteryLife":"","batteryCapacity":"190 CCA","machineBatteryCapacity":"","numberOfBatteries":0.00,"batteryVoltage":"","runTime":"","batteryType":"AGM","batterySize":"U1 Compatible","deckType":"","deckMaterial":"7 ga","deckConstruction":"Fabricated X-Factor® 3","dischargeConfiguration":"Side","boxMaterial":"","drivetrain":"","groundClearanceIN":0.0,"groundClearanceCM":0.0,"efiOptions":"","standardOptions":"","driverPosition":"Sit","terrain":"","tipping_Capacity_lbs":0.00,"tipping_Capacity_kg":0.00,"max_Lift_Capacity_lbs":0.00,"max_Lift_Capacity_kg":0.00,"pimLastUpdate":"2023-10-12T21:31:14","review":{"reviews":null,"averageRating":0,"percentageRecommend":0.0,"recommendCount":0}}},{"id":223,"name":"PRO-TURN Z 52 Kawasaki","productName":"PRO-TURN Z 52 KAWASAKI","productType":"Zero-Turn","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","url":"/power-equipment/zero-turn-mowers/pro-turn-z/pro-turn-z-52-kawasaki","sku":{"LogSynchronization":3,"ObjectType":"ecommerce.sku","UpdateTimeStamp":true,"LastUpdated":"2024-02-24T10:18:36.2819524-06:00","Locked":false,"DataClass":{"Locked":false,"IDWasChanged":false,"Data":[35712,"99128300","PRO-TURN Z 52 KAWASAKI",null,8499.000000000,true,null,null,null,null,null,null,"6284b8cf-2464-47d8-bdc8-d0c4bfafc585","/getmetafile/b7f177ad-0703-4acd-9cb0-48da9f3be964/991283_PT-Z_52_FR34",null,null,null,null,null,false,"\u003cCustomData\u003e\u003cSku\u003e{\u0022DealerInstalled\u0022:\u0022\u0022,\u0022IsEcommerce\u0022:true,\u0022SetupFee\u0022:450.00,\u0022DeliveryFee\u0022:0.00,\u0022EquipmentType\u0022:\u0022EQT\u0022}\u003c/Sku\u003e\u003c/CustomData\u003e",null,null,"2024-02-23T05:01:37.5055963","2023-09-21T06:12:58.8939521",6,false,null,"PRODUCT",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"OriginalData":null,"ClassName":"ECommerce.SKU"},"UpdateVersionGUID":true,"SKUCustomData":null},"price":8499.000000000,"listPrice":0.0,"department":null,"taxClass":null,"brand":null,"manufacturer":null,"supplier":null,"collection":null,"imagePath":"/getmetafile/b7f177ad-0703-4acd-9cb0-48da9f3be964/991283_PT-Z_52_FR34","shortDescription":"","description":"","representing":"Product","modelName":"PRO-TURN Z 52 Kawasaki","heroTitle":"PRO-TURN Z 52 Kawasaki","heroCopy":"","needsShipping":false,"packageWeight":0.0,"packageHeight":0.0,"packageWidth":0.0,"packageDepth":0.0,"trackInventory":"ByProduct","sellOnlyIfItemsAvailable":false,"minItemsInOneOrder":0,"maxItemsInOneOrder":0,"priceAndSetupFee":8949.000000000,"isEcommAvailable":true,"culture":null,"modelSpecifications":{"metaData":null,"id":1460,"name":"991283","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","productName":null,"seriesName":null,"model":"991283","eoL":"0001-01-01T00:00:00","deckSizeIN":52.0,"engine":"Kawasaki®","driveSystem":"Hydro-Gear® ZT-3100® Transaxles","acresHour":4.20,"deckSizeCM":132.10,"cuttingWidthIN":52.00,"cuttingWidthCM":132.10,"engineName":"FS691V","engineDisplacementIN":44.30,"engineDisplacementCC":726.00,"transmissionType":null,"fuelCapacityGallons":5.10,"fuelCapacityLiters":19.30,"hectaresHour":1.70,"groundSpeedForwardMPH":8.00,"groundSpeedForwardKPH":12.90,"groundSpeedReverseMPH":4.00,"groundSpeedReverseKPH":6.40,"engineRatingHP":23.00,"fuelSystem":"Gas","lengthIN":79.00,"lengthCM":200.70,"peakAlternatorOutput":"","seatBeltType":"","seats":0.0,"payloadLBS":0.00,"payloadKG":0.00,"widthIN":0.00,"widthCM":0.00,"weightLBS":931.00,"weightKG":422.20,"clearingWidthIN":0.00,"clearingWidthCM":0.00,"rotationAngle":0.00,"rotationControl":"","brushDiameterIN":0.00,"brushDiameterCM":0.00,"wheelSizeRearDiameterIN":22.00,"wheelSizeRearDiameterCM":55.90,"wheelSizeRearWidthIN":10.50,"wheelSizeRearWidthCM":26.70,"wheelSizeRearRimDiameterIN":12.00,"wheelSizeRearRimDiameterCM":30.50,"wheelSizeFrontDiameterIN":13.00,"wheelSizeFrontDiameterCM":33.00,"wheelSizeFrontWidthIN":6.50,"wheelSizeFrontWidthCM":16.50,"wheelSizeFrontRimDiameterIN":6.00,"wheelSizeFrontRimDiameterCM":15.20,"modelYear":0.0,"primaryCategory":"Commercial","wheelBaseIN":0.00,"wheelBaseCM":0.00,"brakeType":"Lever Activated Parking","powerBrand":"","spindleType":"","display":"","batteryLength":0.00,"batteryWidth":0.00,"batteryHeight":0.00,"batteryWeight":0.0,"chargeTime":"","chargerType":"","batteryLife":"","batteryCapacity":"190 CCA","machineBatteryCapacity":"","numberOfBatteries":0.00,"batteryVoltage":"","runTime":"","batteryType":"AGM","batterySize":"U1 Compatible","deckType":"","deckMaterial":"7 ga","deckConstruction":"Fabricated X-Factor® 3","dischargeConfiguration":"Side","boxMaterial":"","drivetrain":"","groundClearanceIN":0.0,"groundClearanceCM":0.0,"efiOptions":"","standardOptions":"","driverPosition":"Sit","terrain":"","tipping_Capacity_lbs":0.00,"tipping_Capacity_kg":0.00,"max_Lift_Capacity_lbs":0.00,"max_Lift_Capacity_kg":0.00,"pimLastUpdate":"2023-10-12T21:31:14","review":{"reviews":null,"averageRating":0,"percentageRecommend":0.0,"recommendCount":0}}},{"id":224,"name":"PRO-TURN Z 60 Kawasaki","productName":"PRO-TURN Z 60 KAWASAKI","productType":"Zero-Turn","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","url":"/power-equipment/zero-turn-mowers/pro-turn-z/pro-turn-z-60-kawasaki","sku":{"LogSynchronization":3,"ObjectType":"ecommerce.sku","UpdateTimeStamp":true,"LastUpdated":"2024-02-24T10:18:36.2819524-06:00","Locked":false,"DataClass":{"Locked":false,"IDWasChanged":false,"Data":[35713,"99128500","PRO-TURN Z 60 KAWASAKI",null,8599.000000000,true,null,null,null,null,null,null,"a71ff3a3-644c-489b-9de0-458dfa52cc1b","/getmetafile/9994b2e8-0369-4bb4-a197-5b557f302fb7/991283_PT-Z_52_FR34",null,null,null,null,null,false,"\u003cCustomData\u003e\u003cSku\u003e{\u0022DealerInstalled\u0022:\u0022\u0022,\u0022IsEcommerce\u0022:true,\u0022SetupFee\u0022:450.00,\u0022DeliveryFee\u0022:0.00,\u0022EquipmentType\u0022:\u0022EQT\u0022}\u003c/Sku\u003e\u003c/CustomData\u003e",null,null,"2024-02-23T05:00:37.7841229","2023-09-21T06:13:00.9564813",6,false,null,"PRODUCT",null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"OriginalData":null,"ClassName":"ECommerce.SKU"},"UpdateVersionGUID":true,"SKUCustomData":null},"price":8599.000000000,"listPrice":0.0,"department":null,"taxClass":null,"brand":null,"manufacturer":null,"supplier":null,"collection":null,"imagePath":"/getmetafile/9994b2e8-0369-4bb4-a197-5b557f302fb7/991283_PT-Z_52_FR34","shortDescription":"","description":"","representing":"Product","modelName":"PRO-TURN Z 60 Kawasaki","heroTitle":"PRO-TURN Z 60 Kawasaki","heroCopy":"","needsShipping":false,"packageWeight":0.0,"packageHeight":0.0,"packageWidth":0.0,"packageDepth":0.0,"trackInventory":"ByProduct","sellOnlyIfItemsAvailable":false,"minItemsInOneOrder":0,"maxItemsInOneOrder":0,"priceAndSetupFee":9049.000000000,"isEcommAvailable":true,"culture":null,"modelSpecifications":{"metaData":null,"id":1461,"name":"991285","publishedFrom":"0001-01-01T00:00:00","publishedTo":"9999-12-31T23:59:59.9999999","productName":null,"seriesName":null,"model":"991285","eoL":"0001-01-01T00:00:00","deckSizeIN":60.0,"engine":"Kawasaki®","driveSystem":"Hydro-Gear® ZT-3100® Transaxles","acresHour":4.80,"deckSizeCM":152.40,"cuttingWidthIN":60.00,"cuttingWidthCM":152.40,"engineName":"FS730V","engineDisplacementIN":44.30,"engineDisplacementCC":726.00,"transmissionType":null,"fuelCapacityGallons":5.10,"fuelCapacityLiters":19.30,"hectaresHour":1.90,"groundSpeedForwardMPH":8.00,"groundSpeedForwardKPH":12.90,"groundSpeedReverseMPH":4.00,"groundSpeedReverseKPH":6.40,"engineRatingHP":24.00,"fuelSystem":"Gas","lengthIN":79.00,"lengthCM":200.70,"peakAlternatorOutput":"","seatBeltType":"","seats":0.0,"payloadLBS":0.00,"payloadKG":0.00,"widthIN":0.00,"widthCM":0.00,"weightLBS":952.00,"weightKG":431.70,"clearingWidthIN":0.00,"clearingWidthCM":0.00,"rotationAngle":0.00,"rotationControl":"","brushDiameterIN":0.00,"brushDiameterCM":0.00,"wheelSizeRearDiameterIN":22.00,"wheelSizeRearDiameterCM":55.90,"wheelSizeRearWidthIN":12.00,"wheelSizeRearWidthCM":30.50,"wheelSizeRearRimDiameterIN":12.00,"wheelSizeRearRimDiameterCM":30.50,"wheelSizeFrontDiameterIN":13.00,"wheelSizeFrontDiameterCM":33.00,"wheelSizeFrontWidthIN":6.50,"wheelSizeFrontWidthCM":16.50,"wheelSizeFrontRimDiameterIN":6.00,"wheelSizeFrontRimDiameterCM":15.20,"modelYear":0.0,"primaryCategory":"Commercial","wheelBaseIN":0.00,"wheelBaseCM":0.00,"brakeType":"Lever Activated Parking","powerBrand":"","spindleType":"","display":"","batteryLength":0.00,"batteryWidth":0.00,"batteryHeight":0.00,"batteryWeight":0.0,"chargeTime":"","chargerType":"","batteryLife":"","batteryCapacity":"190 CCA","machineBatteryCapacity":"","numberOfBatteries":0.00,"batteryVoltage":"","runTime":"","batteryType":"AGM","batterySize":"U1 Compatible","deckType":"","deckMaterial":"7 ga","deckConstruction":"Fabricated X-Factor® 3","dischargeConfiguration":"Side","boxMaterial":"","drivetrain":"","groundClearanceIN":0.0,"groundClearanceCM":0.0,"efiOptions":"","standardOptions":"","driverPosition":"Sit","terrain":"","tipping_Capacity_lbs":0.00,"tipping_Capacity_kg":0.00,"max_Lift_Capacity_lbs":0.00,"max_Lift_Capacity_kg":0.00,"pimLastUpdate":"2023-10-12T21:31:14","review":{"reviews":null,"averageRating":0,"percentageRecommend":0.0,"recommendCount":0}}}],"resourceStrings":{"gravely.SeriesLanding.Models.SectionTitle":"Model","gravely.SeriesLanding.Models.BasedOn":"Based on","gravely.SeriesLanding.Models.Model":"Model","gravely.Series.ModelAvailability":"Available Online","gravely.SeriesLanding.Models.Reviews":"Reviews"},"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNIB"));
ReactDOM.hydrate(React.createElement(GoogleTagManager, {"gtmId":"GTM-5Q6D7G"}), document.getElementById("react_0HN1BSGCJMNIC"));
ReactDOM.hydrate(React.createElement(CartDesktopNavigationItem, {"cart":{"shoppingCartId":75267216,"dealer":null,"cartItems":[],"currencyFormatString":null,"totalTax":0.0,"totalShipping":0.0,"setupFee":0.0,"subtotal":0.0,"grandTotal":0.0,"isEmpty":true,"customData":{"dealerId":null,"setupFee":0.0,"doCalculateTax":false,"hasDoneTaxCalculation":false,"hasDoneShippingCalculation":false,"isPickup":null,"isPartsOnlyOrder":true,"isMixedOrder":false,"validateGrandTotal":0.0},"newestItemId":null},"resourceStrings":{"gravely.SelectedDealer.Change":"Change Dealer","gravely.ShoppingCart.CartHover.ViewCart.Button":"View Cart","gravely.DealerDetail.ContactInformation.MessageUs":"Message Us","gravely.ShoppingCart.CartHover.Quantity":"Qty","gravely.SelectedDealer.Header":"Your Gravely Dealer"},"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNID"));
ReactDOM.hydrate(React.createElement(CartDesktopNavigationItem, {"cart":{"shoppingCartId":75267216,"dealer":null,"cartItems":[],"currencyFormatString":null,"totalTax":0.0,"totalShipping":0.0,"setupFee":0.0,"subtotal":0.0,"grandTotal":0.0,"isEmpty":true,"customData":{"dealerId":null,"setupFee":0.0,"doCalculateTax":false,"hasDoneTaxCalculation":false,"hasDoneShippingCalculation":false,"isPickup":null,"isPartsOnlyOrder":true,"isMixedOrder":false,"validateGrandTotal":0.0},"newestItemId":null},"resourceStrings":{"gravely.SelectedDealer.Change":"Change Dealer","gravely.ShoppingCart.CartHover.ViewCart.Button":"View Cart","gravely.DealerDetail.ContactInformation.MessageUs":"Message Us","gravely.ShoppingCart.CartHover.Quantity":"Qty","gravely.SelectedDealer.Header":"Your Gravely Dealer"},"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNIE"));
ReactDOM.hydrate(React.createElement(SelectedDealerBanner, {"cart":{"shoppingCartId":75267216,"dealer":null,"cartItems":[],"currencyFormatString":null,"totalTax":0.0,"totalShipping":0.0,"setupFee":0.0,"subtotal":0.0,"grandTotal":0.0,"isEmpty":true,"customData":{"dealerId":null,"setupFee":0.0,"doCalculateTax":false,"hasDoneTaxCalculation":false,"hasDoneShippingCalculation":false,"isPickup":null,"isPartsOnlyOrder":true,"isMixedOrder":false,"validateGrandTotal":0.0},"newestItemId":null},"resourceStrings":{"gravely.SelectedDealer.Change":"Change Dealer","gravely.ShoppingCart.CartHover.ViewCart.Button":"View Cart","gravely.DealerDetail.ContactInformation.MessageUs":"Message Us","gravely.ShoppingCart.CartHover.Quantity":"Qty","gravely.SelectedDealer.Header":"Your Gravely Dealer"},"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNIF"));
ReactDOM.hydrate(React.createElement(Footer, {"columns":[{"name":"About","links":[{"name":"Why Gravely?","path":"/en-us/about/why-gravely","target":"_self"},{"name":"Careers","path":"https://www.ariensco.com/careers","target":"_blank"},{"name":"News","path":"https://www.ariensco.com/newsroom","target":"_blank"},{"name":"Blog","path":"/en-us/about/blog","target":"_self"},{"name":"Product Development","path":"/en-us/about/product-development","target":"_self"}]},{"name":"Support","links":[{"name":"Product Support","path":"/en-us/product-support","target":"_self"},{"name":"Financing","path":"/en-us/support/financing","target":"_self"},{"name":"Fleet Pricing","path":"/en-us/support/fleet-pricing","target":"_self"},{"name":"Warranty","path":"/en-us/support/warranty","target":"_self"},{"name":"Safety Recalls","path":"https://www.ariensco.com/safetyrecall?brand=gravely","target":"_blank"}]},{"name":"Customer Care","links":[{"name":"Promotions","path":"/en-us/support/promotions","target":"_self"},{"name":"Power Equipment FAQs","path":"/en-us/help#POWEREQUIPMENTFAQs","target":"_self"},{"name":"Parts FAQs","path":"/en-us/help#PARTSFAQs","target":"_self"},{"name":"Account FAQs","path":"/en-us/help#ACCOUNTFAQs","target":"_self"},{"name":"Contact Us","path":"/en-us/help#CONTACTUS","target":"_self"}]},{"name":"Connect","links":[{"name":"Become a Dealer","path":"https://www.ariensco.com/dealer","target":"_blank"},{"name":"Government Contracts","path":"/en-us/support/government-contracts","target":"_self"},{"name":"Newsletter Signup","path":"https://gravely.us17.list-manage.com/subscribe?u=7282ff686e4030d28e74f40fb\u0026id=0a6d94bc96\u0026_ga=2.3002480.1778430178.1665410563-381683743.1664893264","target":"_blank"},{"name":"Contact Us","path":"/en-us/help#CONTACTUS","target":"_self"}]}],"resourceStrings":null,"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNIG"));
ReactDOM.hydrate(React.createElement(SubFooter, {"socialLinks":[{"name":"Facebook","platform":"facebook","username":"Gravely","target":"_blank","screenReaderText":"Facebook"},{"name":"Twitter","platform":"twitter","username":"GravelyMowers","target":"_blank","screenReaderText":"Twitter"},{"name":"Instagram","platform":"instagram","username":"gravelymowers","target":"_blank","screenReaderText":"Instagram"}],"navLinks":[{"name":"Sitemap","path":"/en-us/simplenav","target":"_blank"},{"name":"Terms \u0026 Conditions","path":"https://www.ariensco.com/fineprint/terms/","target":"_blank"},{"name":"Privacy Policy","path":"https://www.ariensco.com/fineprint/privacy","target":"_blank"}],"logo":{"image":"/getattachment/21f8a7aa-021f-498b-9171-5c10ff706de1/ariensco-white.svg","altText":"Ariens Logo","path":"https://www.ariensco.com/","target":"_blank"},"resourceStrings":{"gravely.Global.SubFooter.AllRightsReserved":"All Rights Reserved"},"culture":"en-us"}), document.getElementById("react_0HN1BSGCJMNIH"));
</script>
</body>
</html>